<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=00; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="Black";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="9";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#FF0000";	//def 444444
barFontFamily="Verdana";
barFontSize="2";
barFontColor="Black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='      MENU      ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("Make a Selection", 2);
addItem("<b>Home Page</b>", "index.htm", "", 2, "yes");
addItem("<b>Links</b>", "links.htm", "", 2, "yes");
addItem("<b>Contact Me</b>", "contact.htm", "", 2, "yes");
addItem("<b>Resume</b>", "resume.htm", "", 2, "yes");
addItem("<b>Guestbook</b>", "guestbook.htm", "", 2, "yes");

addHdr("Trans Am Pages", 2);
addItem("<b>News and Mods </b>", "ta.htm", "", 2, "yes");
addItem("<b>Drag Times</b>", "dragtimes.htm", "", 2, "yes");
addItem("<b>Pictures</b>", "ta_pics.htm", "", 2, "yes");
addItem("<b>Foreman Oil Catch</b>", "foreman_oilcatch.htm", "", 2, "yes");
addItem("<b>Foreman Ram Air</b>", "foreman_ram_air.htm", "", 2, "yes");
addItem("<b>Painted Brake Calipers</b>", "calipers.htm", "", 2, "yes");
addItem("<b>BMR Strut Tower Brace</b>", "bmrstb.htm", "", 2, "yes");
addItem("<b>Stock Specs</b>", "ta_specs.htm", "", 2, "yes");
addItem("<b>Planned Mods</b>", "ta_mods.htm", "", 2, "yes");
addItem("<b>Farewell Fireworks</b>", "fireworks.htm", "", 2, "yes");

addHdr("Other Car Pages", 2);
addItem("<b>Auto Formulas</b>", "formulas.htm", "", 2, "yes");
addItem("<b>Magazines</b>", "magazines.htm", "", 2, "yes");
//addItem("", "insight_log.asp?action=add&thedate=today", "main_frame", 1, "no");
//addItem("Update", "insight_log.asp?action=update&thedate=today", "main_frame", 1);

buildMenu();

//-->

