<!--
<!--

/*
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=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="black";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="#191970";
hdrBGColor="#B0C4DE";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#F0F8FF";
linkOverBGColor="#FFFACD";
linkTarget="_top";
linkAlign="left";
barBGColor="#6495ED";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='botabano!' // <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("About Me", "http://www.ilovehou.com/botabano/about.html", "");
addItem("On Earth", "http://www.ilovehou.com/botabano/onearth.html", "");
addItem("Above Us", "http://www.ilovehou.com/botabano/aboveus.html", "");
addItem("In The Depths", "http://www.ilovehou.com/botabano/indepth.html", "");
addItem("All The Rest", "http://www.ilovehou.com/botabano/quack.html", "");
addItem("QuoteSing", "http://www.ilovehou.com/botabano/quotesing.html", "");
addItem("With This Ring", "http://www.ilovehou.com/botabano/rings.html", "");
addItem("Blinkies", "http://www.ilovehou.com/botabano/blink.html", "");
addItem("Reading Journal", "http://www.ilovehou.com/books/", "");
addItem("Friendship Quilt", "http://www.ilovehou.com/botabano/mypuffinpatch.html", "");
addItem("Doll House Quilt", "http://www.ilovehou.com/botabano/dollhouse.html", "");
addItem("Adopted!", "http://www.ilovehou.com/botabano/adoptions.html", "");
addItem("Home", "http://www.ilovehou.com/botabano/herewego.html", "");
addItem("iloveHOU", "http://www.ilovehou.com/index.html", "");
addItem("Guestbook", "http://sparrow.signmyguestbook.com", "");
addHdr("My Art Gallery");
addItem("Electronic Fingerpaints", "http://www.ilovehou.com/fingerpaints/index.html", "");
addHdr("Memberships");
addItem("The Garden House", "http://www.thegardenhouse.com", "");
addItem("RAOK", "http://theraokgroup.com", "");

buildMenu();

//-->
//-->