<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=10; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
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="arial,verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#FF6666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="6";
linkFontFamily="arial,verdana";
linkFontSize="1";
linkBGColor="#FFCC66";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF6666";
barFontFamily="arial,verdana";
barFontSize="1";
barFontColor="WHITE";
barVAlign="center";
barWidth=10; // no quotes!!
barText=" CLICK HERE "; // <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]=["Introduction", "intro.htm", ""]
ssmItems[2]=["Biography", "bio.htm", ""]
ssmItems[3]=["Discography", "disc.htm",""]
ssmItems[4]=["Photo Gallery", "photo.htm",""]
ssmItems[5]=["CD Orders", "ord.htm",""]
ssmItems[6]=["Contact Us", "cu.htm", ""]
ssmItems[7]=["Homepage", "index.htm", ""]

buildMenu();

//-->
