<!--

/*
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="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="Yellow";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CCRT 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]=["Menu"] //create header
ssmItems[1]=["-CCRT Camaro-", "http://home.comcast.net/~ccrt-racing/ccrtcamaro.htm", ""]
ssmItems[2]=["-The Gallery-", "http://home.comcast.net/~ccrt-racing/racers.htm",""]
ssmItems[3]=["-Tech & Tools-", "http://home.comcast.net/~ccrt-racing/tech_tools.htm", "_new"]
ssmItems[4]=["  4 Sale  ", "http://home.comcast.net/~ccrt-racing/4sale.htm", ""]
ssmItems[5]=["Links", "http://home.comcast.net/~ccrt-racing/links.htm", "_new"]
ssmItems[6]=["Wall of Shame", "http://home.comcast.net/~ccrt-racing/wallofshame1.htm", ""]

ssmItems[7]=[" ", " ", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:ccrt-racing@comcast.net", "_new",1]

ssmItems[9]=["Humor", "", ""] //create header
ssmItems[10]=["Tools Explained", "http://home.comcast.net/~ccrt-racing/toolsexplained.htm", "_new"]
ssmItems[11]=["Drag Racer If....", "http://home.comcast.net/~ccrt-racing/racerif.htm", "_new"]
ssmItems[12]=["Automotive Philosophy ", "http://home.comcast.net/~ccrt-racing/auto_philosophy.htm ", "_new"]
ssmItems[13]=[" ", " ", ""]

buildMenu();

//-->
