<!--

/*
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=2; // no quotes!!
barWidth=18; // no quotes!!
XOffset=2; // no quotes!!
staticYOffset=2; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#008080";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DFF7F2";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008080";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='PAT A KATE MENU'; // <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("Pat a Kate Menu");
addItem("Pat a Kate: Daylilies and Roses", "index.htm", "")
addItem("Patsy's Daylily Seedlings", "selectedseedlings.htm", "")
addItem("Daylilies in Kate's Garden", "daylilykate.htm", "")
addItem("Daylilies in Patsy's Garden", "daylilypatsy.htm", "")
addItem("Roses in Patsy's Garden", "rosepatsy.htm", "")
addItem("Roses in Kate's Garden", "rosekate.htm", "")
addItem("Sources: Daylily and Roses", "sources.htm", "")
addItem("Links", "links.htm", "")
addItem("Graphics", "graphics.htm","")
addItem("About Us", "about_us.htm", "")
addItem("Wish List", "otherdaylilies.htm", "")
addItem("Other Photos", "otherphotos.htm", "")
addItem("Patriot Daylily Society", "http://patriotdaylilysociety.org", "")
addHdr("KATE'S SITES");
addItem("Kate Reed's Garden", "http://www.homestead.com/rirsmembers/KateReed.html", "")
addItem("Kate Reed's Family School Partnership","http://katereedsgarden.homestead.com/ESLEastProvidenceSchools.html", "")
addHdr("PATSY'S SITES");
addItem("Rhode Island Rose Society", "http://rirs.org", "")
addItem("ARS Yankee District", "http://arsyankee.org", "")
addItem("Rocking Horses by Dick Gerling", "http://rockinghorses.net", "")

// final step that builds the menu
buildMenu();

//-->