// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["About Us", "/info/index", null, ["Memorials", "/animals/rainbowbridge"] ], ["Adopt", "#", null, ["Browse Available Animals", "/animals/browse"], ["Sponsor Me!", "/animals/browse?special=Sponsorable"], ["Adoption Info", "/info/adoption"] ], ["Spay & Neuter", "/info/display?PageID=17425"], ["Events", "/info/events", null, ["Upcoming Events", "/info/display?PageID=18458"], ["Online Auctions", "/info/display?PageID=18158"] ], ["How to Help", "#", null, ["Volunteer", "/info/display?PageID=17424"], ["Foster", "/info/display?PageID=17426"], ["Donate", "/info/donate"] ], ["Education", "/info/display?PageID=18136", null, ["Let's Talk About FIV", "/info/display?PageID=18143"], ["Declaw", "/info/display?PageID=18712"], ["Bringing Home Your First Cat", "/info/display?PageID=18098"], ["Therapy Cats", "/info/display?PageID=18922"] ], ["Contact Us", "/info/contact"] ];