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


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


function startPopopslag(target) {
		popwin=window.open(target,'Popup2','width=500,height=550,scrollbars=yes,left=40,top=40');
		popwin.focus();
}


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


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


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


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


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

function startPopspskema(target) {
		popwin=window.open(target,'Popup6','width=750,height=600,scrollbars=yes,resizable=yes');
		popwin.focus();
}

function ignore() {
		 return false;
}

window.onerror=null;


