function PopupImg(url){
	MyWin = window.open("","","scrollbars=no,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=100,height=100");
	with(MyWin.document){
	open();
	write("<html>\n<head><script>awidth=(document.layers)?0:8;awidth+=(document.all)?4:0;aheight=(document.layers)?0:29;</script>\n<title>Picture</title>\n</head>\n<body onLoad=\"window.resizeTo(document.images[0].width+awidth,document.images[0].height+aheight)\"marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 rightmargin=0 style=\"overflow:hidden;\">\n");
	write("<img src=\""+url+"\">\n");
	write("</body>\n</html>\n");
	close();
	}
}

function openBokning(){
  window.open("http://booking.gonordic.com/steg1.asp","internetbutik", "dependent=yes,directories=no, hotkeys=no, menubar=no,personalbar=no, resizable=no,status=no, toolbar=no, location=no,scrollbars=yes, width=787, height=550");
   }
   

/*  The code contained in this  file is copyrighted by www.jojoxx.net
The file may be used for none commercial applications and distributed
as long as these lines remain intact.  The file or part of it may not
be sold  or  included  in any  other commercial  application  without
agreement from the author. If you have questions or comments, contact
the author at http://www.jojoxx.net

© Copyright - www.jojoxx.net - 2004                                */

var imgs=["fadea","fadeb","fadec","faded"];
var zindex=0;
function fade(n,diff,opacity){
	id=imgs[n];
	opacity=(opacity)?opacity:(diff<0)?100:0; opacity+=diff;
	if(document.getElementById&&document.all){
		document.getElementById(id).style.filter="alpha(opacity="+opacity+")";
	}else if(document.getElementById&&!document.all){
		document.getElementById(id).style.MozOpacity = opacity/100;
	}
	document.getElementById(id).style.visibility="visible";
	if(opacity>=99){
		zindex++;
		document.getElementById(id).style.zIndex=zindex;
		setTimeout("fade("+n+",-"+diff+","+opacity+");",2000);
		nn=(n==imgs.length-1)?0:n+1;
		setTimeout("fade("+nn+","+diff+");",2000);
	} else if(opacity>0){
		setTimeout("fade("+n+","+diff+","+opacity+");",30);
	}
}
fade(0,1);



<!--This is one of many scripts which are available at:     *---
//--http://www.JavaScript.nu/javascript                     *---
//--This script is FREE, but you MUST let these lines       *---
//--remain if you use this script.                          *---
function visa_bild()
{

//***---Här skriver du vilka bilder som ska kunna komma. Ha hur många bilder du vill.
bild=new Array("images/flash/topimage01.jpg","images/flash/topimage02.jpg","images/flash/topimage03.jpg","images/flash/topimage04.jpg","images/flash/topimage05.jpg","images/flash/topimage06.jpg","images/flash/topimage08.jpg","images/flash/topimage09.jpg","images/flash/topimage10.jpg","images/flash/topimage11.jpg","images/flash/topimage12.jpg","images/flash/topimage13.jpg","images/flash/topimage14.jpg","images/flash/topimage15.jpg","images/flash/topimage16.jpg","images/flash/topimage17.jpg","images/flash/topimage18.jpg","images/flash/topimage19.jpg","images/flash/topimage20.jpg","images/flash/topimage21.jpg","images/flash/topimage22.jpg","images/flash/topimage23.jpg","images/flash/topimage24.jpg","images/flash/topimage25.jpg","images/flash/topimage26.jpg","images/flash/topimage27.jpg","images/flash/topimage28.jpg","images/flash/topimage29.jpg","images/flash/topimage30.jpg","images/flash/topimage31.jpg","images/flash/topimage32.jpg","images/flash/topimage33.jpg")

visa_bilden=bild[Math.floor(Math.random()*bild.length)]
visa_bilden="<IMG width='900' height='140' hspace='0' vspace='0' style='float:left' SRC=\""+visa_bilden+"\">"
return visa_bilden
}
//-->



