var menu1=new Array()
menu1[0]='<a class=def href="https://www.abnamro.nl/toegang/aanloggen">ABN AMRO'
menu1[1]='<a class=def href="https://www.fortisbanking.com/StartOLB.asp">Fortis'
menu1[2]='<a class=def href="https://mijn.ingbank.nl/secure/eoe/eoe_index.jsp">ING Bank'
menu1[3]='<a class=def href="https://mijn.postbank.nl/internetbankieren/SesamLoginServlet">Postbank'
menu1[4]='<a class=def href="https://bankieren.rabobank.nl/mijnbankzaken">Rabobank'
menu1[5]='<a class=def href="https://www.snsbank.nl/secure/login/">SNS Bank'

var menu2=new Array()
menu2[0]='<a class=def href="http://www.gmailk.com">Gmail'
menu2[1]='<a class=def href="http://www.hotmail.com">Hotmail'
menu2[2]='<a class=def href="http://mail.yahoo.com">Yahoo Mail'
menu2[3]='<a class=def href="http://www.voelspriet.nl/persoon/achternaam/stap3email.htm">Emailadres opzoeken'

var menu3=new Array()
menu3[0]='<a class=def href="http://www.omroep.nl/radio1/live64.asx">Radio 1'
menu3[1]='<a class=def href="http://www.omroep.nl/radio2/live55.asx">Radio 2'
menu3[2]='<a class=def href="http://www.omroep.nl/radio3/live64.asx?radio3fm">Radio 3'
menu3[3]='<a class=def href="http://media.rtlimedia.nl/yorinfm/on_air/yorin.asx">Yorin FM'
menu3[4]='<a class=def href="http://www.garnierstreamingmedia.com/asx/radio538.asp">Radio 538'
menu3[5]='<a class=def href="http://cinecast.capcave.com/streams/RadioVeronica/RadioVeronica.asx">Veronica'
menu3[6]='<a class=def href="http://cinecast.capcave.com/streams/SkyRadio/SkyRadio.asx">Sky Radio'
menu3[7]='<a class=def href="http://www.q-music.nl/asx/q-music.asx">Q Music'

var menu4=new Array()
menu4[0]='<a class=def href="http://www.detelefoongids.nl">Telefoongids'
menu4[1]='<a class=def href="http://telefoongids.e2u.cc/zoeknummer.php">Telefoon > Adres'
menu4[2]='<a class=def href="http://www.netnummer.info">Netnummer Info'
menu4[3]='<a class=def href="http://www.faxgids.nl">Faxgids'
menu4[4]='<a class=def href="http://www.infobel.com/teldir/">Internationale Nummers'

var menu5=new Array()
menu5[0]='<a class=def href="http://www.tvgids.nl/alleprogrammas/">TV Gids'
menu5[1]='<a class=def href="http://www.filmsoptv.com/vandaag">Films Op TV'
menu5[2]='<a class=def href="http://www.tvopjepc.nl">Online TV Kijken'
menu5[3]='<a class=def href="http://www.wwitv.com/portal.htm">TV Wereldwijd'

var menu6=new Array()
menu6[0]='<a class=def href="http://www.rtvnoord.nl/home/home_dezedag.asp">Geschiedenis'
menu6[1]='<a class=def href="http://www.horoscooponline.nl/fr1-dag/">Horoscoop'
menu6[2]='<a class=def href="http://www.kranten.com">Kranten'
menu6[3]='<a class=def href="http://www.lachvandedag.com">Moppen'
menu6[4]='<a class=def href="http://www.smulweb.nl/smulweb/plsql/dagrecept.smulweb">Recept Van De Dag'

var menu7=new Array()
menu7[0]='<a class=def href="http://route.anwb.nl">ANWB Routeplanner'
menu7[1]='<a class=def href="http://www.verkeersinformatiedienst.nl/VI/overzicht">File Overzicht'
menu7[2]='<a class=def href="http://www.ns.nl">NS Reisinformatie'
menu7[3]='<a class=def href="http://www.9292ov.nl">Openbaar Vervoer'
menu7[4]='<a class=def href="http://www.routenet.nl">Routenet'
menu7[5]='<a class=def href="http://timetables.oag.com/fe_tt//ams/default.asp?code=ams&lang=nl">Schiphol Vluchtinfo'
menu7[6]='<a class=def href="http://www.snelheidscontroles.com">Snelheidscontroles'

var menu8=new Array()
menu8[0]='<a class=def href="http://nl.wikipedia.org/wiki/Hoofdpagina">Encyclopedie Wikipedia'
menu8[1]='<a class=def href="http://www.goudengids.nl">Goudengids'
menu8[2]='<a class=def href="http://www.tpgpost.nl/voorthuis/zoeken/postcodes/index.jsp">Postcode / Adres'
menu8[3]='<a class=def href="http://www.nl.map24.com">Stratenboek'
menu8[4]='<a class=def href="http://www.vertalen.nu">Vertaling'
menu8[5]='<a class=def href="http://www.vandale.nl/opzoeken/woordenboek/">Woordenboek'

var menuwidth='90px' //default menu width
var menubgcolor='#FFCC00'  //menu bgcolor
var disappeardelay=100  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}

function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu


function checkForm() {
	var b= true;
	for ( var i=0; i < checkForm.arguments.length; i++ ) {
		b= b && (checkForm.arguments[i] != '');
	}
	if (!b) {
		alert( "Niet alle velden zijn ingevoerd. Controleer ingevoerde gegevens a.u.b.");
	}
	return b;
}
