<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=20; // no quotes!!
barWidth=18; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=20; // 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="#008080";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0000FF";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFF80";
linkOverBGColor="#FF8080";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008080";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='MENU HERE'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
addHdr("CLICK&nbsp;&nbsp;BELOW");
addItem("Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp&nbsp;", "index.html#home", "")
addItem("Attractions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "index.html#attractions","")
addItem("Tour Downstairs&nbsp;", "downstairs.html", "")
addItem("Tour Upstairs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "upstairs.html", "")
addItem("Directions/Map&nbsp;&nbsp;", "map.html", "")
addItem("Rates/Policies&nbsp;&nbsp;&nbsp;&nbsp;", "rates.html", "")
addItem("Special Events&nbsp;&nbsp;&nbsp;", "specialevents.html", "")
addItem("Availability&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "calendar1/calendar.html", "")
addItem("Email&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "mailto:vacation@peachtreefarm.com", "")

// final step that builds the menu
buildMenu();

//-->