// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["About Us", "/info/index", null, ["Photo Gallery", "/info/photos"], ["Contact Us", "/info/contact"] ], ["Events", "/info/events"], ["Paw Angel's Dogs", "/animals", null, ["Browse Available Animals", "/animals/browse"], ["Animal List", "/animals/list"], ["Needs a Foster", "/animals/browse.php?special=NeedsFoster"] ], ["Adopt", "", null, ["Adoption Process", "/info/adoption"], ["Foster-to-Adopt Application", "/forms/form?formid=6643"], ["Successful Adoptions", "/animals/successes"] ], ["How to Help", "", null, ["Donate", "/info/donate"], ["Become a Foster", "/info/display?PageID=21286"], ["Become a Volunteer", ""], ["Volunteer Application", "/forms/form?formid=6937"] ], ["Forms/Applications", "/forms"], ["Online Store", "/shop"] ];