<!--

/*
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=10; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=1000; // 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=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="";
hdrFontSize="2";
hdrFontColor="CCCCFF";
hdrBGColor="#444444";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="2";
linkBGColor="lightyellow";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Center";
barBGColor="#444444";
barFontFamily="veranda";
barFontSize="2";
barFontColor="CCCCFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["SIDE MENU"] //create header
ssmItems[1]=["HOME", "http://collinsracing7c.com/", "", 1, "no"]
ssmItems[2]=["MAIN", "main.html", "", 1]
ssmItems[3]=["Sponsors", "sponsors.html", "_self", 1, "no"]
ssmItems[4]=["Driver", "driver.html", "_self", 1]
ssmItems[5]=["Schedule", "sched.html#615", "_self", 1, "no"]
ssmItems[6]=["Team", "team.html", "_self", 1]
ssmItems[7]=["Photos", "photos.html", "_self", 1, "no"]
ssmItems[8]=["News", "/blog/", "_self", 1]
ssmItems[9]=["ITEMS for SALE", "store.html", "_self"]
ssmItems[10]=["LINKS", "links.html", "_self"]

buildMenu();

//-->
