


var submenu=new Array()

submenu[0]= '&nbsp;'

submenu[1]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/default.asp?id=10">Bedrijfsprofiel</a> | <a href="http://www.wwwp.nl/default.asp?id=11">Missie</a> | <a href="http://www.wwwp.nl/p_nieuws/nieuws_archief.asp">Nieuws Archief</a> | <a href="http://www.wwwp.nl/default.asp?id=9">Geschiedenis</a> | <a href="http://www.wwwp.nl/default.asp?id=12">Leveringsvoorwaarden</a>'

submenu[2]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/default.asp?id=13">Domeinregistratie</a> | <a href="http://www.wwwp.nl/default.asp?id=14">Service Contracten</a>  | <a href="http://www.wwwp.nl/default.asp?id=15">Webhosting</a> | <a href="http://www.wwwp.nl/default.asp?id=23">Webapplicaties</a> | <a href="http://www.wwwp.nl/default.asp?id=26">Trainingen</a>'

submenu[3]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/default.asp?id=19">Systeembeheer</a> | <a href="http://www.wwwp.nl/default.asp?id=20">ICT Advies</a>  | <a href="http://www.wwwp.nl/default.asp?id=21">Netwerkbeheer</a>  | <a href="http://www.wwwp.nl/default.asp?id=22">Webdesign</a>  | <a href="http://www.wwwp.nl/default.asp?id=31">Website beheer</a> | <a href="http://www.wwwp.nl/default.asp?id=32">Zoekmachine beheer</a>'

submenu[4]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/default.asp?id=17">Websites</a>  | <a href="http://www.wwwp.nl/default.asp?id=18">Webapplicaties</a>  | <a href="http://www.wwwp.nl/default.asp?id=16">Systeembeheer</a> '

submenu[5]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/p_service/storingen.asp">Storingen</a>  | <a href="http://www.wwwp.nl/p_service/onderhoud.asp">Onderhoudswerkzaamheden</a>  | <a href="http://www.wwwp.nl/p_service/faq.asp">F.A.Q.</a>  | <a href="http://www.wwwp.nl/p_service/instellingen.asp">Algemene Instellingen</a> '

submenu[6]= '&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.wwwp.nl/default.asp?id=24">Contact Gegevens</a>  | <a href="http://www.wwwp.nl/default.asp?id=28">Contactformulier</a>  | <a href="http://www.wwwp.nl/default.asp?id=29">Terugbelformulier</a>  | <a href="http://www.wwwp.nl/default.asp?id=30">Offerte aanvraag formulier</a> '

var delay_hide=1000

var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which,menu){
if (document.getElementById){
document.getElementById("menu0").style.backgroundColor=''
document.getElementById("menu1").style.backgroundColor=''
document.getElementById("menu2").style.backgroundColor=''
document.getElementById("menu3").style.backgroundColor=''
document.getElementById("menu4").style.backgroundColor=''
document.getElementById("menu5").style.backgroundColor=''
document.getElementById("menu6").style.backgroundColor=''

document.getElementById("menu0").style.color='#484848'
document.getElementById("menu1").style.color='#484848'
document.getElementById("menu2").style.color='#484848'
document.getElementById("menu3").style.color='#484848'
document.getElementById("menu4").style.color='#484848'
document.getElementById("menu5").style.color='#484848'
document.getElementById("menu6").style.color='#484848'
}
else{
menu0.style.backgroundColor='#E7E7E7'
menu1.style.backgroundColor='#E7E7E7'
menu2.style.backgroundColor='#E7E7E7'
menu3.style.backgroundColor='#E7E7E7'
menu4.style.backgroundColor='#E7E7E7'
menu5.style.backgroundColor='#E7E7E7'
menu6.style.backgroundColor='#E7E7E7'

menu0.style.color='#484848'
menu1.style.color='#484848'
menu2.style.color='#484848'
menu3.style.color='#484848'
menu4.style.color='#484848'
menu5.style.color='#484848'
menu6.style.color='#484848'
}
if (which == '-1'){
thecontent = "&nbsp;"
}
else {

menu.style.backgroundColor='#E7E7E7'
menu.style.color='black'
thecontent = submenu[which] 
}




if (document.getElementById){
document.getElementById("describe").innerHTML=thecontent
}
else {
describe.innerHTML=thecontent
}
}

function resetit(e){
if (document.all&&!describe.contains(e.toElement))
delayhide=setTimeout("showit('-1','')",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit('-1','')",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}


var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}

