<!--

/*
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="gold";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="gold";
hdrBGColor="green";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="center";
barBGColor="green";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["GO TO"] //create header
ssmItems[1]=["Home", "./index.htm", ""]  
ssmItems[2]=["Band Bio", "./behanBIO.htm", ""] 
ssmItems[3]=["Calendar", "./NextGig.htm", "_new"] //_new opens a NEW WINDOW
ssmItems[4]=["Pictures", "./Pictures.htm", ""]
ssmItems[5]=["GuestBook", "./gb/index.php", ""]
ssmItems[6]=["PosterFun", "./PosterFun.htm", ""]
ssmItems[7]=["Booking", "./Booking.htm", ""]
ssmItems[8]=["Tune List", "./TuneList.htm", ""]
ssmItems[9]=["Favorites", "./band_of_links.htm", ""]
ssmItems[10]=["Join Fan Club", "./fansignup.php", ""]

// use the double slash to comment out in java script
// ssmItems[5]=["Poster Fun", "http://www.web-friend.com/notice.html", "", 1, "no"] //create two column row
// ssmItems[6]=["Email", "http://www.web-friend.com/contact.html", "",1]
// ssmItems[7]=["Sections", "", ""] //create header


buildMenu();

//-->
