// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["Our Dogs", "#", null, ["Available Dogs", "/animals/browse?species=Dog"], ["Dogs with Needs", "/animals/browse?special=Needs"] ], ["Adopt", "#", null, ["Adoption Process", "/info/adoption"], ["Adoption Fees", "/info/display?PageID=20527"] ], ["Get Involved", "#", null, ["Foster", "/info/display?PageID=20528"], ["Volunteer", "/info/display?PageID=20529"], ["Donate", "/info/donate"], ["Wish List", "/info/display?PageID=20530"] ], ["About Us", "/info/index"], ["Contact Us", "/info/contact"] ];