<!--		function memory(){	openWindow("spel/memory/memory_start.html", "memory", 563, 440, "menubar=yes,toolbar=no,location=no,status=no,scrollbars=0,resizable=0");	}		function allergi(){	  openWindow("allergiguide.html", "allergi", 700, 500, "menubar=yes,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes");	}		function tipsa(){	  openWindow("tipsa.aspx", "tipsa", 320 , 280, "menubar=no,toolbar=no,location=no,status=no,scrollbars=0,resizable=0");	}	function tipsa2(){	  openWindow("../tipsa.aspx", "tipsa", 320 , 280, "menubar=no,toolbar=no,location=no,status=no,scrollbars=0,resizable=0");	}	function tipsa3(id) {	 openWindow("../tipsa.aspx?gameId="+id, "tipsa", 320 , 280, "menubar=no,toolbar=no,location=no,status=no,scrollbars=0,resizable=0");	}		function ragga(){	  openWindow("../raggaratt/index.html", "ragga", 780, 586, "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");	}		function alltidforst(){	  openWindow("../alltidforst/start.htm", "alltidforst", 750, 470, "status=yes,menubar=yes");	}		function snowracerxtreme() {		openWindow("../spel/snowracerxtreme/snowracerxtreme.html", "snowracerxtreme", 500, 440, "scrollbars=no,screenX=60,left=60,screenY=60,top=60,location=0,menubar=0,resizable=no,status=0,toolbar=0");	}		var windowNotOpenTextStr = "Din browser har en popup-blockare, tillåt popup-fönster tillfälligt för denna webbplats för att komma vidare."		function openWindow(pageURLStr,windowNameStr,windowWidthInt,windowHeightInt,windowExtrasStr){				if( windowExtrasStr ) {			windowExtrasStr = " ," + windowExtrasStr		}			var theWindowObj = window.open( pageURLStr, windowNameStr, "width=" + windowWidthInt + ", height=" + windowHeightInt + windowExtrasStr );		if( theWindowObj ) {			theWindowObj.focus();		}		else {			alert(windowNotOpenTextStr);		}	}		//-->