<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="gray";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#99999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#99999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#99999";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATIE"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["HERMESensemble"] //create header
ssmItems[1]=["> Projecten", "nwprojecten.htm","_self"]
ssmItems[2]=["> Profiel", "nwprofiel.htm","_self"]
ssmItems[3]=["> Agenda", "clockdec06.htm","_self"]
ssmItems[4]=["> Musici", "nwmuzikanten.htm", "_self"]
ssmItems[5]=["> Artistieke Raad", "nwartraad.htm", "_self"]
ssmItems[6]=["> Sound", "sound.htm", "_self"]
ssmItems[7]=["> Vision", "vision.htm", "_self"]
ssmItems[8]=["> Archief", "nwarchief.htm", "_self"]
ssmItems[9]=["> Links", "nwlinks.htm", "_self"]
ssmItems[10]=["> Contact", "nwcontact.htm", "_self"]
ssmItems[11]=["> English", "enprojects.htm", "_self"]

buildMenu();

//-->
