<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var showTop		= "yes"		// SHOW MENU TOP IMAGE
var showBot1	= "yes"		// SHOW MENU BOTTOM IMAGE
var showBot2	= "no"		// SHOW MENU BOTTOM LINES


document.write('<TABLE CELLPADDING="0px" CELLSPACING="0px" BORDER="0px" WIDTH="100% HEIGHT="100%"><TR><TD ALIGN="left" VALIGN="top"><TD ALIGN="left" VALIGN="top">');

document.write('<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0px" WIDTH="154px HEIGHT="550px"><TR><TD ALIGN="right" VALIGN="top">');
   if (showTop == "yes") 
   {

document.write('<IMG SRC="../picts/menu-top.gif" WIDTH="154px" HEIGHT="75px" CLASS="menutrans"></A><BR>');

   }

//else {
//document.write('<IMG SRC="../picts/spacer.gif" WIDTH="154" HEIGHT="1"></A><BR>');
//}

// START MENU LINKS

document.write('</TD></TR><TR><TD onClick="location.href=\'home_ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Home<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'about_ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Over Mij<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'sound_overned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Sound Galleries<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'video_overned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Video Galleries<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'gallery_1ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Foto Gallery<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'service_ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Services<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'links_ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Links<BR>');

document.write('</TD></TR><TR><TD onClick="location.href=\'contact_ned.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" CLASS="menu">');
document.write('Contact<BR>');


document.write('</TD></TR><TR><TD>');
   if (showBot1 == "yes") {
document.write('<IMG SRC="../picts/menu-bottom.jpg" WIDTH="152" HEIGHT="154" BORDER="1"></A><BR>');
}
   if (showBot2 == "yes") {
document.write('<IMG SRC="../picts/menu-bottom-2.gif" WIDTH="154" HEIGHT="34"></A><BR>');
}
document.write('<IMG SRC="../picts/spacer.gif" WIDTH="10" HEIGHT="1"></A><BR>');

document.write('</TD></TR></TABLE>');
document.write('</TD></TR></TABLE>');

//  End -->

