function FP_goToURL(url) {window.location=url;}

var delay=4000

function openWeb(){
	if (delay<=0)
		window.location="00_00_hjemmet.php";
	else{		
		delay=delay-1000;
		}
}

offMessage = "Nina og S&oslash;ren W. Rasmussen, Skovstr&aelig;de 22, Flintinge..."

function boxOff(which){
   if (document.all||document.getElementById){
      which.className='BorderOff'
      if (document.getElementById) {document.getElementById("menu_info").innerHTML = offMessage}
   }
}

function boxOn(which,message){
   if (document.all||document.getElementById){
      which.className='BorderOn'
     if (document.getElementById) {document.getElementById("menu_info").innerHTML = message}
   }
}

function showPopup (URL) {
window.open(URL,'blank','toolbar=no,width=760,height=800,scrollbars=yes,alwaysRaised=yes');
}

function showPopupWide (URL) {
window.open(URL,'blank','toolbar=no,width=1024,height=800,scrollbars=yes,alwaysRaised=yes');
}
