<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="aaaaaa";
hdrBGColor="#635F60";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="aaaaaa";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#635F60";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Our Products"; // <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]=["Magnachargers","http://www.leftcoast32.com/products.asp", ""]
ssmItems[1]=["CTS-V","cts-v.asp",""]
ssmItems[2]=["Flathead Ford","flathead-ford.asp", ""]
ssmItems[3]=["Ford 150","ford-f150.asp", ""]
ssmItems[4]=["Ford Focus","ford-focus.asp", ""]
ssmItems[5]=["Ford Mustang","ford-mustang.asp", ""]

ssmItems[6]=["Contact Us", "contactus.asp", "", 1, "no"] //create two column row
ssmItems[7]=["Site Map", "sitemap.asp", "",1]

ssmItems[8]=["Gen 1 / Classic","gen1-classic.asp", ""]
ssmItems[9]=["GM Truck / SUV","gmtruck-suv.asp", ""]
ssmItems[10]=["GTO","gto.asp", ""]
ssmItems[11]=["Hummer H2","hummer-h2.asp", ""]
ssmItems[12]=["SSR","products_ssr.asp", ""]
ssmItems[13]=["Trailblazer SS","trailblazerss.asp", ""]

buildMenu();

//-->



