<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=120; // no quotes!!
barWidth=18; // no quotes!!
XOffset=10; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="Black";
menuIsStatic="yes";
menuWidth=270; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#178888";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#ffff00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="FFFF00";
barVAlign="center";
barText='MENU'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
// addHdr("Main",  "")
addItem("Home", "index2.html", "")
addItem("Shoveit (With a Towboat)", "http://www.shoveitwithatowboat.com", "")
addItem("My Google Maps Project!", "http://www.tjmorgan.com/riverlookup", "")
addItem("Bulletin Board", "http://www.tjmorgan.com/b_board.htm", "")
addItem("Links", "links.html","")
addItem("PCCat", "http://www.tjmorgan.com/pccat/", "")
addItem("Super Music Site(My Wife's)", "ench_preview.htm", "")
addItem("Contact Me!", "mailto:tom@tjmorgan.com", "")
// final step that builds the menu
buildMenu();

//-->



//-->
