<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Trebuchet MS";
hdrFontSize="4";
hdrFontColor="black";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Trebuchet MS";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#444444";
linkTarget="_self";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Trebuchet MS";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Navigation 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]=["Menu"] //create header
ssmItems[1]=["Home", "index_body.htm", ""]
ssmItems[2]=["FAQ",  "faq.htm", ""]
ssmItems[3]=["Press",  "press/press.htm", ""]
ssmItems[4]=["Music",  "gallery/music.htm", ""]
ssmItems[5]=["Video",  "gallery/video.htm", ""]
ssmItems[6]=["Gallery",  "gallery/gallery.htm", ""]
ssmItems[7]=["People",  "people/people.htm", ""]
ssmItems[8]=["Ordering",  "order.htm", ""]
ssmItems[9]=["Contact",  "contact.htm", ""]


buildMenu();

//-->