<!--
/*
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="3399CC";
menuIsStatic="yes";
menuWidth=170; // 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="#3399CC";
barFontFamily="Verdana";
barFontSize="4";
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("TowBoat Anatomy", "anatomy.html","")
addItem("Barge Basics", "javascript://", "")
addItem("River Technology", "hi_tech_towbiz.html", "")
addItem("River People", "river_people.html", "")
addItem("River History", "history.html", "")
addItem("Shove it! In the mail bag", "mailto:mailbag@shoveitwithatowboat.com", "")
addItem("River Links", "r_links.html", "")
addItem("River Navigation tools", "http://www.rivercharts.com/", "")
addItem("The Decklocker", "http://www.decklocker.com/", "")
// final step that builds the menu
buildMenu();

//-->



//-->