<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="red";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="navy";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="red";
linkOverBGColor="red";
linkTarget="_top";
linkAlign="left";
barBGColor="navy";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!
barText='Biografie' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr('Charly Angenois');
addItem("HOME", "index.html", "");
addItem("Radio en TV", "rtv.html", "");
addItem("Vocalisten heren", "vocher.html", "");
addItem("Vocalisten dames", "vocdam.html", "");
addItem("Theater", "theater.html", "");
addItem("Orkesten", "orkest.html", "");
addItem("Musici", "musici.html", "");
addItem("Foto's", "foto.html", "");
addItem("Mail me", "mailto:sionegna@me.com", "");
buildMenu();
//-->


