<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // 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="#10455B";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#68AAC6";
hdrBGColor="#10455B";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#68AAC6";
linkTarget="_top";
linkAlign="left";
barBGColor="#10455B";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="68AAC6";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("MENU");
addItem("Home", "http://members.aol.com/PenobscotEBs/index.htm", "");
addItem("About Us", "http://members.aol.com/PenobscotEBs/aboutus.htm", "");
addItem("Cats", "http://members.aol.com/PenobscotEBs/cats.htm", "");
addItem("Kittens", "http://members.aol.com/PenobscotEBs/kittens.htm", "");
addItem("Links", "http://members.aol.com/PenobscotEBs/links.htm", "");
addHdr("Email Us");
addItem("Email Penobscot", "mailto:WGunlock@aol.com", "");
addHdr("Our Persians");
addItem("Penobscot Persians", "http://www.geocities.com/g_gunlock/classic_tan.html", "");

buildMenu();

//-->