<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="#280844";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#280844";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <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]=["HOME", "ISShome.html", ""]
ssmItems[1]=["STEAMBOATING MAG.", "", ""] //create header
ssmItems[2]=["All About It", "ISSsteamboating.html", ""]
ssmItems[3]=["Subscribe by Credit Card", "ISSsteamboating-paypal.html",""]
ssmItems[4]=["Order with Check/M.O.", "ISSsteamboating-mo.html", ""]
ssmItems[5]=["Advertising Rules", "ISSsteamboating-advertise.html", ""]
ssmItems[6]=["Enlarged Drawings", "ISSsteamboating-drawings.html", ""]
ssmItems[7]=["Back Issues", "ISSbooklocker.html", ""]

ssmItems[8]=["OTHER I.S.S. INFO", "", ""] //create header
ssmItems[9]=["Book Locker", "ISSbooklocker.html", ""]
ssmItems[10]=["Classifieds", "ISSclassifieds.html", ""]
ssmItems[11]=["Calendar", "ISScalendar.html", "", 1, "no"]
ssmItems[12]=["Links", "ISSlinks.html", "", 1]
ssmItems[13]=["FAQs", "ISSfaqs.html", "", 1, "no"] //create two column row
ssmItems[14]=["Email Us", "javascript:mailto('pcez.com','steamboating')", "", 1]

buildMenu();

//-->