<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=104; // no quotes!!
XOffset=154;
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="#9A3982";
hdrBGColor="#BEA57E";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#BEA57E";
linkOverBGColor="#9A3982";
linkTarget="_top";
linkAlign="Center";
barBGColor="#9A3982";
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]=["Biography", "http://www.rodeoattitude.com/dir_hd/corey/about.htm", ""]
ssmItems[1]=["Schedule", "http://www.rodeoattitude.com/dir_hd/corey/schedule.htm",""]
ssmItems[2]=["Results", "http://www.rodeoattitude.com/dir_hd/corey/results.htm",""]
ssmItems[3]=["Photo Gallery", "http://www.rodeoattitude.com/dir_hd/corey/photos.htm", ""]
ssmItems[4]=["Sponsors", "http://www.rodeoattitude.com/dir_hd/corey/sponsors.htm", ""]
ssmItems[5]=["Message Board", "http://premierrodeo.hyperboards.com/index.cgi?cat=contestants&board=corey", ""]
ssmItems[6]=["Contacts", "http://www.rodeoattitude.com/dir_hd/corey/contact.htm", ""]
ssmItems[7]=["Rodeo Attitude", "http://www.rodeoattitude.com", ""]
ssmItems[8]=["Home", "http://www.rodeoattitude.com/dir_hd/corey/index.htm", ""]

buildMenu();

//-->