var submenu=new Array()

submenu[4]='<table id=gbbox><tr><td><b>Welcome to arjenvangent.com</B><P>Once started as a simple homepage.<br>Now a portal to several kind of pages.</td></tr><tr><td>Go to the circle on the left to go the section of your choice.</td></tr><tr><td>Regards from<br>Gerry and Arjen</td></tr></table>'
submenu[0]='<table id=gbbox><tr><td><b>Free Professional Guestbooks</b><P>The guestbooks are free for all webmasters.</td></tr><tr><td>So if you need a good-looking guestbook for your site be sure to click now.</td></tr></table><p><div id="mijnlayer">Guestbooks</div>'
submenu[1]='<table id=gbbox><tr><td><b>Personal</b><P>Click and you will go to the personal section.</td></tr><tr><td>In other words, everything about us, Gerry and Arjen.</td></tr><tr><td>You can see our photos and read about what is happening in our lives.</td></tr></table><p><div id="mijnlayer">Personal</div>'
submenu[2]='<table id=gbbox><tr><td><b>Webcams</b><P>Should you like to catch a glimpse of us in our home then click now.</td></tr><tr><td>We have 2 webcams.</td></tr><tr><td>If the cam is working you can also see us live.</td></tr></table><p><div id="mijnlayer">Webcams</div>'
submenu[3]='<table id=gbbox><tr><td><b>FunStuff</b><P>By now visited by hundreds of visitors every day; Arjen&#146;s FunStuff</td></tr><tr><td>Click now to see thousands of funny photos, images, movies, flash, powerpoints and jokes.</td></tr><tr><td>And don&#146;t forget that almost everything on the fun pages can be send as a free Ecard to max. 5 people at once!</td></tr></table><p><div id="mijnlayer">FunStuff</div>'

var delay_hide=500
var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(4)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(4)",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;
}


