<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=40 // no quotes!!
waitTime=700; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="05";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <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]=["Menu"] //create header
ssmItems[0]=["Deutsch"] //create header
ssmItems[1]=["Repertoire", "repertoire.htm", ""]
ssmItems[2]=["Biografie", "biografie.htm",""]
ssmItems[3]=["Rezensionen", "rezensionen.htm", ""]
ssmItems[4]=["Fotogalerie", "fotos.htm", ""]
ssmItems[5]=["Audio", "audio.htm", ""]
ssmItems[6]=["DVD Shop", "dvd.htm", ""]
ssmItems[7]=["Home", "start.html", ""]
ssmItems[8]=["Impressum", "randall-impressum.html", ""]
ssmItems[9]=["Email", "mailto:edward@edwardrandall.com", ""]
ssmItems[10]=["English"] //create header
ssmItems[11]=["Biography", "tbiography.htm", ""]
ssmItems[12]=["reviews", "reviews.htm", ""]
ssmItems[13]=["Photo Gallery", "fotos.htm", ""]
ssmItems[14]=["Audio", "audio.htm", ""]
ssmItems[15]=["DVD Shop", "dvd.htm", ""]
ssmItems[16]=["Home", "start.html", ""]
ssmItems[17]=["Email", "mailto:edward@edwardrandall.com", ""]

buildMenu();

//-->