<!--

/*
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=160; // 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/garden.gif' border='0' width='74' height='10' alt='Garden Center' align='middle'>"] //create header

ssmItems[1]=["Organics", "../level2/organics.html", ""]
ssmItems[2]=["Lawns ", "../level2/lawn.html",""]
ssmItems[3]=["Garden Art , Statuary & Arbors", "../level2/gardenart.html",""]
ssmItems[4]=["Tools & Gardening Supplies", "../level2/tools.html", ""]
ssmItems[5]=["Chemicals", "../level2/chemicals.html"]



ssmItems[6]=[""] //create header
ssmItems[7]=["Home", "../index.html", ""]
ssmItems[8]=["Contact Us", "contact.html", ""]


buildMenu();

//-->