<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=385; // no quotes!!
XOffset=0;
staticYOffset=30; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial, Helvetica, san serif";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#999966";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial, Helvetica, san serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#999966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFCC66";
barFontFamily="Georgia, Times New Roman, Times, serif";
barFontSize="2";
barFontColor="#405C20";
barVAlign="center";
barWidth=18; // no quotes!!
barText="Quick Nav"; // <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]=["<img src='../2ndlevelnav/images/gardentips.gif' border='0' width='102' height='12' alt='Monthly Tips' align='middle'>"] //create header

ssmItems[1]=["Calendar & Coupons", "../level2/calendar.html", ""]
ssmItems[2]=["Links", "../level2/links.html",""]
ssmItems[3]=["Community Associations", "../level2/associations.html", ""]
ssmItems[4]=["Classes & Events", "../level2/classes.html"]


ssmItems[5]=[""] //create header
ssmItems[6]=["Home", "../index.html", ""]
ssmItems[7]=["Contact Us", "contact.html", ""]


buildMenu();

//-->
