<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="#CCCCCC";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="4";
linkBGColor="CCCCCC";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#CCCCCC";
barVAlign="center";
barWidth=20; // no quotes!!
barText="* M  E  N  U *"; // <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", "http://www.yarnell.org", ""]
ssmItems[2]=["SS Garage", "http://www.yarnell.org/garage.html", ""]
ssmItems[3]=["My SS & I", "http://www.yarnell.org/info.html", ""]
ssmItems[4]=["SS Spec's & Info", "http://www.yarnell.org/specs.html", ""]
ssmItems[5]=["Misc Part Numbers", "http://www.yarnell.org/parts.html", ""]
ssmItems[6]=["Modifications to My SS", "http://www.yarnell.org/mods.html", ""]



ssmItems[7]=["External Links", "", ""] //create header
ssmItems[8]=["SilveradoSS.net", "http://www.silveradoss.net", "_new"]
ssmItems[9]=["SilveradoSS.com", "http://www.silveradoss.com", "_new"]
ssmItems[10]=["GM-Trucks.com", "http://gm-trucks.com", "_new"]
ssmItems[11]=["Cascade Auto Center", "http://www.cascadeautocenter.com", "_new"]
ssmItems[12]=["Sea Ray Boats", "http://www.searay.com", "_new"]
ssmItems[13]=["My Cub Cadet 149", "http://www.yarnell.org/cub149", "_new"]


buildMenu();

//-->