<!--

/*
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=0; // 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="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CCFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#99FF00";
barFontFamily="Arial narrow";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=15; // no quotes!!
barText="Quick Links"; // <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]=["Products"] //create header
ssmItems[1]=["Motor", "http://www.fourstrokeworks.biz/motors.htm" , "main"]
ssmItems[2]=["Airflow", "http://www.fourstrokeworks.biz/airflow.htm","main"]
ssmItems[3]=["Wheel", "http://www.fourstrokeworks.biz/brakes.htm", "main"]
ssmItems[4]=["Body&Lights", "http://www.fourstrokeworks.biz/body.htm", "main"]
ssmItems[5]=["Clothing", "http://www.fourstrokeworks.biz/clothing.htm", "main"]

ssmItems[6]=["Fluids", "http://www.fourstrokeworks.biz/fluids.htm","main"] //create two column row


ssmItems[7]=["Service", "", ""] //create header
ssmItems[8]=["All Service", "http://www.fourstrokeworks.biz/service_list.htm","main"]




buildMenu();

//-->