<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=248; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#4249CA";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana, 'lucida sans', 'lucida grande', 'helvetica neue', tahoma, arial, helvetica, 'century gothic', 'trebuchet ms', geneva, sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4D54DA";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="18";
linkFontFamily="verdana, 'lucida sans', 'lucida grande', 'helvetica neue', tahoma, arial, helvetica, 'century gothic', 'trebuchet ms', geneva, sans-serif";
linkFontSize="2";
linkBGColor="#A19BF9";
linkOverBGColor="#FF9900";
linkTarget="_parent";
linkAlign="right";
barBGColor="#FF9900";
barFontFamily="verdana, 'lucida sans', 'lucida grande', 'helvetica neue', tahoma, arial, helvetica, 'century gothic', 'trebuchet ms', geneva, sans-serif";
barFontSize="2";
barFontColor="#333333";
barVAlign="center";
barWidth=24; // no quotes!!
barText="Main 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]=["Recreation", "http://198.104.187.186/recreation/index.shtml", ""]
ssmItems[2]=["Events", "http://198.104.187.186/events/index.shtml", ""]
ssmItems[3]=["Business Directory", "http://198.104.187.186/business-directory/index.shtml", ""]
ssmItems[4]=["Lodging", "http://198.104.187.186/business-directory/motels.shtml", ""]
ssmItems[5]=["Real Estate", "http://198.104.187.186/business-directory/real-estate.shtml", ""]
ssmItems[6]=["Restaurants", "http://198.104.187.186/business-directory/restaurants.shtml", ""]
ssmItems[7]=["Florence Overview", "http://198.104.187.186/florence-overview/index.shtml", ""]
ssmItems[8]=["Membership", "http://198.104.187.186/membership/index.shtml", ""]
ssmItems[9]=["HOME", "http://198.104.187.186/index.shtml", ""]

buildMenu();

//-->