<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#2E2EC4";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A50599";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="SITE NAVIGATION MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Home Page", "http://www.bhrabbitrescue.org/index.html", ""]
ssmItems[2]=["About Us", "http://www.bhrabbitrescue.org/links/aboutus.htm", ""]
ssmItems[3]=["Bookstore", "http://www.bhrabbitrescue.org/links/bookstore.htm",""]
ssmItems[4]=["Bunny Checks", "http://www.bhrabbitrescue.org/links/bunnychecks.htm", ""]
ssmItems[5]=["Contact Us", "http://www.bhrabbitrescue.org/links/contactus.htm", ""]
ssmItems[6]=["Events", "http://www.bhrabbitrescue.org/links/events.htm", "_new"]
ssmItems[7]=["Ways You Can Help", "http://www.bhrabbitrescue.org/links/fundraise.htm", ""]
ssmItems[8]=["Links", "http://www.bhrabbitrescue.org/links/links.htm", ""]
ssmItems[9]=["News and Media", "http://www.bhrabbitrescue.org/links/news.htm", ""]
ssmItems[10]=["Rainbow Bridge", "http://www.bhrabbitrescue.org/links/rbridge.htm", ""]
ssmItems[11]=["Spay/Neuter", "http://www.bhrabbitrescue.org/links/spayneuter.htm", ""]
ssmItems[12]=["Stories", "http://www.bhrabbitrescue.org/links/stories.htm", ""]
ssmItems[13]=["Vet Referral", "http://www.bhrabbitrescue.org/links/vets.htm", ""]
ssmItems[14]=["Volunteers", "http://www.bhrabbitrescue.org/links/volinfo.htm", ""]
ssmItems[15]=["Wild Bunnies", "http://www.bhrabbitrescue.org/links/wildbuns.htm", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[16]=["Quick Links", "", ""] //create header
ssmItems[17]=["Adoptable Rabbits", "http://www.bhrabbitrescue.org/adoptables/adopt.htm", ""]
ssmItems[18]=["Adoption Event Info", "http://www.bhrabbitrescue.org/links/adoptevents.htm", ""]
ssmItems[19]=["Adoption Policies", "http://www.bhrabbitrescue.org/links/adoptinfo.htm", ""]
ssmItems[20]=["Adoption Questionnaire", "http://www.bhrabbitrescue.org/adoptables/quest.htm", ""]
ssmItems[21]=["Newsletter", "http://www.bhrabbitrescue.org/links/HOPDL.htm", ""]
ssmItems[22]=["Thrift Store", "http://www.bhrabbitrescue.org/links/thrift.htm", ""]

buildMenu();

//-->
