<!--

/*
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="#544561";
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="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#3399FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=25; // no quotes!!
barText="POOR MANS SITE 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]=["Home", "index.htm", ""]
ssmItems[2]=["Our Employees", "employees.htm", ""]
ssmItems[3]=["Line List", "linelist.htm", ""]
ssmItems[4]=["BrakeQuip", "brakequip.htm", ""]
ssmItems[5]=["Tubes-N-Hoses", "tubesnhoses.htm", ""]
ssmItems[6]=["Help Section"]
ssmItems[7]=["Seal Finder", "sealfinder.htm", ""]
ssmItems[8]=["Serpentine Belt Routings", "serpentine.htm", ""]
ssmItems[9]=["Common Engine Firing Orders", "enginefireorder.htm", ""]
ssmItems[10]=["Vehicle Configurations 1896 - 2009", "vehicledata.htm", ""]



buildMenu();

//-->