
function startPop(target) {
		popwin=window.open(target,'Popup','width=600,height=500,scrollbars=yes');
		popwin.focus();
}


function startPoppdf(target) {
		popwin=window.open(target,'Popup1','width=700,height=600,scrollbars=yes,resizable=yes');
		popwin.focus();
}


function startPoplink(target) {
		popwin=window.open(target,'Popup2','width=750,height=450,scrollbars=yes,status=yes,toolbar=yes,location=yes,menubar=yes,resizable=yes');
		popwin.focus();
}


function startPopkonf(target) {
		popwin=window.open(target,'Popup3','width=700,height=500,scrollbars=yes');
		popwin.focus();
}


function startPopskema(target) {
		popwin=window.open(target,'Popup4','width=800,height=610,scrollbars=yes,status=no,toolbar=no,location=no,menubar=no,resizable=no');
		popwin.focus();
}


function startPoplinkIT(target) {
		popwin=window.open(target,'Popup10','width=800,height=450,scrollbars=yes,status=yes,toolbar=yes,location=yes,menubar=yes,resizable=yes');
		popwin.focus();
}


function startPopadm(target) {
		popwin=window.open(target,'Popup5','width=800,height=600,scrollbars=yes,resizable=yes');
		popwin.focus();
}


function startPopadm2(target) {
		popwin=window.open(target,'Popup8','width=800,height=600,scrollbars=yes,resizable=yes');
		popwin.focus();
}


function startPopadm3(target) {
		popwin=window.open(target,'Popup9','width=800,height=600,scrollbars=yes,resizable=yes');
		popwin.focus();
}


function startPopbill(target) {
		popwin=window.open(target,'Popup6','width=900,height=550,scrollbars=yes');
		popwin.focus();
}


function startPoptilmeld(target) {
		popwin=window.open(target,'Popup7','width=490,height=610,scrollbars=yes');
		popwin.focus();
}

function ignore() {
return false;}

window.onerror=null;

