<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E63337";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFC64A";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" BONANZA 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]=["Bonanza Links"] //create header
ssmItems[1]=["Bonanza Main Page", "index.html", ""]
ssmItems[2]=["The Los Alamitos $2 Million Futurity", "mill2.html",""]
ssmItems[3]=["How The Bonanza Works", "how.html", ""]
ssmItems[4]=["Los Alamitos Bonanza", "bonanza.html", ""]
ssmItems[5]=["'Deuce' Information", "futurity.html", ""]
ssmItems[6]=["Golden State Million Information", "goldenstate.html", ""]
ssmItems[7]=["Ed Burke Million Information", "edburke.html", ""]
buildMenu();
