<!--

/*
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">'

///////////////////////////#DDDDDD

// the menu items

addHdr("Pat a Kate Menu");
addItem
("PAT A KATE: Daylilies and Roses", "http://patakate.com/patakate.htm", "")
addItem
("Patsy's Daylily Seedlings", "http://members.cox.net/patham/selectedseedlings.htm", "")
addItem
("Daylilies in Kate's Garden", "http://patakate.com/daylilykate.htm", "")
addItem
("Daylilies in Patsy's Garden", "http://patakate.com/daylilypatsy.htm", "")
addItem("Roses in Patsy's Garden", "http://patakate.com/rosepatsy.htm", "")
addItem("Roses in Kate's Garden", "http://patakate.com/rosekate.htm", "")
addItem("Daylily and Rose Sources", "http://patakate.com/sources.htm", "")
addItem("Daylily and Roses Links", "http://patakate.com/links.htm", "")
addItem("Graphics", "http://members.cox.net/patakate/graphics.htm","")
addItem("About Us", "http://patakate.com/about_us.htm", "")
addItem("Wish List", "http://patakate.com/otherdaylilies.htm", "")
addItem("Other Photos", "http://patakate.com/otherphotos.htm", "")
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", "")
addItem
("Kate Reed's Classroom ", "http://katereedsgarden.homestead.com/ELL20012002.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", "")
addItem("PPFSC", "http://ppfsc.org", "")
addItem("Rose Gardens of Rhode Island", "http://rosegardenri.com", "")
addItem("Cicione Studios: Haiku Art", "http://haikuart.com", "")
addItem("TRU: Trauma Relief Unlimited", "http://traumareleifunlimited.com", "")
// final step that builds the menu
buildMenu();

//-->