<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=130; // 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="black";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="yellow";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Quick Menu"; // <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]=["Our Trawler Pictures", "TrawlerPics.html", ""]
ssmItems[2]=["Boat Full Specs", "Cottonwood_specs.html",""]
ssmItems[3]=["Upgrade Projects", "projects.html", ""]
ssmItems[4]=["Grand Banks", "http://www.grandbanks.com/"]
ssmItems[5]=["Our Cruising Page", "Cruising.html", ""]
ssmItems[6]=["Ocean Cruiser Page", "Articles.html", ""]

ssmItems[7]=["Email", "contactus.html", "", 1, "no"] //create two column row
ssmItems[8]=["Home", "index.html", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["GB Woodies", "http://www.gbwoodies.com/", ""]
ssmItems[11]=["DeFever Cruisers Club", "http://www.defevercruisers.com/", ""]
ssmItems[12]=[" ", "http://", ""]

buildMenu();

//-->