<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // no quotes!!
XOffset=150;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
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="white";
hdrBGColor="#D60000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#FFFF00";
linkTarget="_top";
linkAlign="Center";
barBGColor="#D60000";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=17; // 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]=["- BOOM BOOM -"] //create header
ssmItems[1]=["Acts", "http://www.rodeoattitude.com/dir_hd/boomboom/acts.htm", ""]
ssmItems[2]=["Schedule", "http://www.rodeoattitude.com/dir_hd/boomboom/schedule.htm", ""]
ssmItems[3]=["Photo Gallery", "http://www.rodeoattitude.com/dir_hd/boomboom/photos.htm", ""]
ssmItems[4]=["Sponsors", "http://www.rodeoattitude.com/dir_hd/boomboom/sponsors.htm", ""]
ssmItems[5]=["Contact", "http://www.rodeoattitude.com/dir_hd/boomboom/contact.htm", ""]
ssmItems[6]=["Home", "http://www.rodeoattitude.com/dir_hd/boomboom/index.htm", ""]
ssmItems[7]=["Message Board", "http://www.rodeoattitude.com/forum/forumdisplay.php?fid=99", ""]

buildMenu();

//-->
