<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=350; // no quotes!!
XOffset=120;
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="blue";
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="orange";
hdrBGColor="#000099";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="blue";
linkOverBGColor="#FF0033";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FF0000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="BAND MENU"; // <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]=["BAND MENU"] //create header
ssmItems[1]=["Home", "http://www.msuband.org/index.html", ""]
ssmItems[2]=["Staff", "http://www.msuband.org/staff.html",""]
ssmItems[3]=["Apply Now", "http://www.msuband.org/applynow.html", ""]
ssmItems[4]=["Members Only", "http://morgan.blackboard.com", ""]
ssmItems[5]=["Links", "http://www.msuband.org/msulinks.html", ""]
ssmItems[6]=["Marching Band", "http://www.msuband.org/marchingband.html", ""]
ssmItems[7]=["Symphonic Band", "http://www.msuband.org/symphonic.html", ""]
ssmItems[8]=["Jazz Ensemble", "http://www.msuband.org/jazzband.html", ""]
ssmItems[9]=["Bear Pepband", "http://www.msuband.org/Pepband.html", ""]
ssmItems[10]=["Jazz Combo", "http://www.msuband.org/Jazzcombo.html", ""]
ssmItems[10]=["Symphonic winds", "http://www.msuband.org", ""]

buildMenu();

//-->

