<!--

/*
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="#000000";
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="arial";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#990000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="arial";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FAVORITES"; // <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]=["Top of Page", "#top", ""]

ssmItems[1]=["COMPOSERS"] //create header
ssmItems[2]=["Beethoven", "#beethoven", ""]
ssmItems[3]=["Copland", "#copland",""]
ssmItems[4]=["Dvorak", "#dvorak", ""]
ssmItems[5]=["Mozart", "#mozart", ""]
ssmItems[6]=["Prokofiev", "#prokofiev", ""]
ssmItems[7]=["Shostakovich", "#dsch", ""]
ssmItems[8]=["Tchaikovsky", "#tchaikovsky", ""] 

ssmItems[9]=["ALSO", "", ""] //create header
ssmItems[10]=["Other Works", "#other", ""]
ssmItems[11]=["Musicals", "#musicals", ""]
ssmItems[12]=["Resources", "#links", ""]

buildMenu();

//-->