var submenu=new Array()

submenu[0]='<a href="basiscameravideo.php">Live&nbsp;<\/a>     <a href="basiscamera.php">&nbsp;Plaatje<\/a>'
//submenu[1]='<a href="contact.php?param1=bestellenfoto&param2=wandel&param3=">Foto?&nbsp;<\/a>     <a href="contact.php?param1=gps&param2=wandel">&nbsp;GPSRoute?&nbsp;<\/a>     <a href="http://www.jsv-webdesign.nl/">Website?<\/a>'
submenu[1]='<a href="#">&nbsp;<\/a>'
submenu[2]='<a href="homechina.php?param1=vakhomechina">&nbsp;China&nbsp;<\/a>     <a href="homefamilie.php?param1=familie">&nbsp;Nina&nbsp;<\/a><\/a>'


function toon(teller) {
		document.getElementById('menuitem' + teller).style.visibility="visible";
		document.getElementById('menuitem' + teller).innerHTML=submenu[teller];
}

function hide(teller) {
		document.getElementById('menuitem' + teller).style.visibility="hidden"
}

function show(teller) {
	document.getElementById('menuitem' + teller).style.visibility="visible"
}
