// €r det nŚgon som surfar med NN4 fortfarande?function reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();}reloadPage(true);  // Externa lŠnkar i nytt fšnster mha rel=externalfunction externalLinks() { 	if (!document.getElementsByTagName) return; 	var anchors = document.getElementsByTagName("a"); 	for (var i=0; i<anchors.length; i++) { 		var anchor = anchors[i]; 		if (anchor.getAttribute("rel") == "external") anchor.target = "_blank"; 	} } window.onload = externalLinks;// CENTRERAT openwin pop_contact (NY)var win = null;function pop_contact(myURL,winName,settings){myHeight='380';myWidth='600';myTop = (screen.height) ? (screen.height-myHeight)/2 : 0;myLeft = (screen.width) ? (screen.width-myWidth)/2 : 0;myPopup = window.open('/contact.php','Kontakt','height='+myHeight+',width='+myWidth+',top='+myTop+',left='+myLeft+',toolbar=0,status=0,directories=0,scrollbars=0,resizable=1,menubar=0,location=0');}
