// JavaScript direct Result Software

var how_many_headers = 3;
var now = new Date()
var sec = now.getSeconds()
var header = sec % how_many_headers;
header +=1;
logo= header;

function gotourl(url){ 
window.open(url,"_self") 
} 

function movein(which){ 
which.style.background='#ee5555' 
} 

function moveout(which){ 
which.style.background='#cc7777' 
} 

function movein1(which){ 
which.style.background='#666688' 
} 

function moveout1(which){ 
which.style.background='#9999bb' 
} 

function movein2(which){ 
which.style.background='#bbbbbb' 
} 

function moveout2(which){ 
which.style.background='#dddddd' 
} 
function movein3(which){ 
which.style.background='#bbaaaa' 
} 

function moveout3(which){ 
which.style.background='#ddcccc' 
} 

//--> 
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// Code voor dropdownmenu
/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Inhoud Products
function popup(page,title,width,height) {
 var winl = (screen.width - width) / 2;
 var wint = (screen.height - height) / 2; 
 window.open(''+page,''+title,'width='+width+',height='+height+',top='+wint+',left='+winl+',resizable=no,scrollbars=no,toolbar=no'); 
}
function jsCheckRadio1(n) {
 document.frm.seltype1[n].checked=true;
}
function jsSetFocus1(n) {
if (n==0) document.frm.pc1.focus();
else if (n==1) document.frm.straat1.focus();
else if (n==2) document.frm.poiplaats1.focus();
}
function jsCheckRadio2(n) {
document.frm.seltype2[n].checked=true;
}
function jsSetFocus2(n) {
if (n==0) document.frm.pc2.focus();
else if (n==1) document.frm.straat2.focus();
else if (n==2) document.frm.poiplaats2.focus();
}
function jsSubmitForm(n) {
document.frm.action.value = n;
document.frm.submit();
}