// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["About Us", "/info/index", null, ["Successful Adoptions", "/animals/successes"], ["Happy Tails Stories", "/animals/stories"] ], ["Animals", "/animals", null, ["Browse Our Dogs", "/animals/browse?species=Dog"], ["Browse Our Cats", "/animals/browse?species=Cat"] ], ["Events", "/info/events"], ["How to Help", "/info/donate"], ["Forms", "/forms", null, ["Online Applications", "/forms"], ["Printable Applications", "/info/file?file=31392.pdf"] ], ["Volunteer Info", "/info/volunteers_only", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"] ], ["Contact Us", "/info/contact"] ];