<!--
	// See KB article about changing this dynamic HTML
	
	function Navigering(PageToShow){
	var today = new Date;
	var NewName = '' + today.getTime();
	window.open(PageToShow, NewName,'toolbar=no,location=no,directories=no,status=yes, menubar=0,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=100,top=10,left=10');
}

function ShowStort(PageToShow){
var today = new Date;
var NewName = '' + today.getTime();
	 	 window.open(PageToShow, NewName,'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=510,top=10,left=10');
	 	 
}		
function ShowPopup(PageToShow){
	 	 var today = new Date;
	 	 var NewName = '' + today.getTime();
	 	 window.open(PageToShow, NewName,'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=550,top=10,left=10');
}
function ShowPopup1(PageToShow){
var today = new Date;
var NewName = '' + today.getTime();
window.open(PageToShow, NewName,'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=100,top=10,left=10');
}
function openbase() {
str="./arabase/pass/oversikt.html"; sprWin=window.open(str,'sprWin','width=680,height=500,toolbar=0,location=top,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,top=10,left=10');
}
function showhide() { //v3.0
	var i,p,v,obj,args=showhide.arguments;
	for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}
function findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document); return x;
}

//-->
