<!--
function popupTN(theURL,winName,features) {
	if (features == 'Kursplan') {
    	features='scrollbars=yes,resizable=yes,width=1050,height=680,screenX=0,screenY=0,top=0,left=0'; 
    }
    else {
		features='scrollbars=yes,resizable=yes,width=1050,height=700,screenX=130,screenY=400,top=130,left=400';
    }
  	window.open(theURL,winName,features);  
}
-->
