var input = "none";

function showmenu(input) {
if (input != "001") { document.write('<a class="navbox" href=/index.html OnMouseover="window.status=\'Start\';return true;" OnMouseout="window.status=\' \';">Start</a><br />');}
else { document.write('<font color=white><b>Start</b></font><br />');}
if (input != "002") { document.write('<a class="navbox" href=/nieuws/index.html OnMouseover="window.status=\'Nieuws\';return true;" OnMouseout="window.status=\' \';">Nieuws</a><br />');}
else { document.write('<font color=white><b>Nieuws</b></font><br />');}
if (input != "003") { document.write('<a href=/biografie/index.html OnMouseover="window.status=\'Biografie\';return true;" OnMouseout="window.status=\' \';">Biografie</a><br />');}
else { document.write('<font color=white><b>Biografie</b></font><br />');}
if (input != "004") { document.write('<a href=/agenda/index.html OnMouseover="window.status=\'Agenda\';return true;" OnMouseout="window.status=\' \';">Agenda</a><br />');}
else { document.write('<font color=white><b>Agenda</b></font><br />');}
if (input != "005") { document.write('<a href=/discografie/index.html OnMouseover="window.status=\'Discografie\';return true;" OnMouseout="window.status=\' \';">Discografie</a><br />');}
else { document.write('<font color=white><b>Discografie</b></font><br />');}
if (input != "006") { document.write('<a href=/geschiedenis/index.html OnMouseover="window.status=\'Geschiedenis\';return true;" OnMouseout="window.status=\' \';">Geschiedenis</a><br />');}
else { document.write('<font color=white><b>Geschiedenis</b></font><br />');}
if (input != "007") { document.write('<a href=/artikelen/index.html OnMouseover="window.status=\'Artikelen\';return true;" OnMouseout="window.status=\' \';">Artikelen</a><br />');}
else { document.write('<font color=white><b>Artikelen</b></font><br />');}
if (input != "008") { document.write('<a href=/contact/index.html OnMouseover="window.status=\'Contact\';return true;" OnMouseout="window.status=\' \';">Contact</a><br /><br />');}
else { document.write('<font color=white><b>Contact</b></font><br /><br />');}

if (input != "009") { document.write('<a href=/audio/index.html OnMouseover="window.status=\'Audio Clips\';return true;" OnMouseout="window.status=\' \';">Audio Clips</a><br />');}
else { document.write('<font color=white><b>Audio Clips</b></font><br />');}
if (input != "010") { document.write('<a href=/fotos/index.html OnMouseover="window.status=\'Fotos\';return true;" OnMouseout="window.status=\' \';">Fotos</a><br />');}
else { document.write('<font color=white><b>Fotos</b></font><br />');}
if (input != "011") { document.write('<a href=/video/index.html OnMouseover="window.status=\'Video Clips\';return true;" OnMouseout="window.status=\' \';">Video Clips</a><br /><br />');}
else { document.write('<font color=white><b>Video Clips</b></font><br /><br />');}

if (input != "012") { document.write('<a href=/links/index.html OnMouseover="window.status=\'Links\';return true;" OnMouseout="window.status=\' \';">Links</a><br /><br />');}
else { document.write('<font color=white><b>Links</b></font><br /><br />');}

document.write('<a href="http://books.dreambook.com/rodcwahr/onnokuipers.html" OnMouseover="window.status=\'Lees het Gastenboek\';return true;" OnMouseout="window.status=\' \';">Lees het Gastenboek</a><br />');
document.write('<a href="http://books.dreambook.com/rodcwahr/onnokuipers.sign.html" OnMouseover="window.status=\'Teken het Gastenboek\';return true;" OnMouseout="window.status=\' \';">Teken het Gastenboek</a><br /><br />');

document.write('<hr width=85% size=1 noshade><center><span style="font-weight:normal;font-size:9pt;"><b>Prive</b><br /> ');
/* document.write('(passw. vereist)</span>'); */

document.write('<a href="/_albums/index.html" OnMouseover="window.status=\'Foto Album\';return true;" OnMouseout="window.status=\' \';">Foto Album</a><br />');
document.write('<a href="/_video/index.html" OnMouseover="window.status=\'Video Clips\';return true;" OnMouseout="window.status=\' \';">Video Clips</a><br /></center>');
};  



/* --------------->> Page Last Updated */
function initArray() {
	this.length = initArray.arguments.length
	for (var i=0;i<this.length;i++)
	this[i+1] = initArray.arguments[i]
	}
function pagelastupdated() {
	var DOWArray = new initArray("Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag");
	var MOYArray = new initArray("Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus","September", "October", "November", "December");
	var LastModDate = new Date(document.lastModified);
	document.write("Pagina laatst bijgewerkt op:  ");
	document.write(DOWArray[(LastModDate.getDay()+1)],", ");
	document.write(LastModDate.getDate()," ");
	document.write(MOYArray[(LastModDate.getMonth()+1)],', ',(LastModDate.getFullYear()+0));
	document.write(".");
	}
/* --------------->> Start Prevent Copy */
var isNS = (navigator.appName == "Netscape") ? 1 : 0;var EnableRightClick = 0;if(isNS) document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){if(EnableRightClick==1){ return true; } else {return false; }}
function mousehandler(e){if(EnableRightClick==1){ return true; }
var myevent = (isNS) ? e : event;var eventbutton = (isNS) ? myevent.which : myevent.button; if((eventbutton==2)||(eventbutton==3)) return false;}
function keyhandler(e) {var myevent = (isNS) ? e : window.event;if (myevent.keyCode==96) EnableRightClick = 1;return;}
document.oncontextmenu = mischandler;document.onkeypress = keyhandler;document.onmousedown = mousehandler;document.onmouseup = mousehandler;

