<!-- //Hide this script from old browsers

function change2url (url1,url2)
{
parent.meny.location.href = url1;
parent.main.location.href = url2;
parent.bilder.location.href = url3;
}

function change3url (url1,url2,url3)
{
parent.meny.location.href = url1;
parent.main.location.href = url2;
parent.bilder.location.href = url3;
}

function change4url (url1,url2,url3,url4)
{
parent.meny.location.href = url1;
parent.main.location.href = url2;
parent.bilder.location.href = url3;
parent.budord.location.href = url4;
}

function fullsize ()
{
top.window.moveTo(0,0); 
if (document.all) { 
top.window.resizeTo(screen.availWidth,screen.availHeight); 
} 
else if (document.layers||document.getElementById) { 
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ 
top.window.outerHeight = screen.availHeight; 
top.window.outerWidth = screen.availWidth; 
} 
} 
} 

function BildPopUp(url){
	MyWin = window.open("","bildarkiv","left=50,top=50,scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=1,height=1");
	with(MyWin.document){
	open();
	write("<html>\n<head><scr"+"ipt>awidth=(document.layers)?0:8;awidth+=(document.all)?4:0;aheight=(document.layers)?0:29;</scr"+"ipt>\n<title>Bildarkiv</title>\n</head>\n<body bgcolor=\"#000000\" onLoad=\"window.resizeTo(document.images[0].width+awidth,document.images[0].height+aheight)\"marginwidth=1 marginheight=1 leftmargin=1 topmargin=1 rightmargin=1 style=\"overflow:hidden;\">\n");
	write("<a href=\"javascript:window.close();\"><img src=\""+url+"\" border=0></a>\n");
	write("</body>\n</html>\n");
	close();
	}
}
// -->
