// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["Animals", "#", null, ["Cats", "/animals/browse?species=Cat&special=adult"], ["Kittens", "/animals/browse?special=kitten"], ["Dogs", "/animals/browse?Species=Dog"], ["View All Animals", "/animals/browse"], ["Why adopt a black cat?", "/info/display?PageID=1086"], ["Happy Tails", "/animals/successes"], ["Memorials", "/info/display?PageID=3104"] ], ["About Us", "/info/index"], ["Contact Us", "/info/contact"], ["Adopt", "/info/adoption", null, ["Application", "/forms"] ], ["Donate", "/info/donate", null, ["Sponsor", "/info/sponsorship"] ], [" Links", "/info/display?PageID=7226", null, ["How to find a home for a cat", "/info/display?PageID=1717"], ["Log In", "/user/login.php"], ["Register", "/user/register.php"] ] ];