// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/", null, ["About Us", "/info/index"], ["Events", "/info/events"], ["Contact Us", "/info/contact"] ], ["Our Animals", "/animals", null, ["All Animals", "/animals/browse"], ["Dogs", "/animals/browse?species=Dog"], ["Cats", "/animals/browse?species=Cat"], ["Urgent", "/animals/browse?special=Urgent"] ], ["Adopt", "/info/display?PageID=21900"], ["Foster", "/info/display?PageID=21901", null, ["Needs a Foster", "/animals/browse?special=NeedsFoster"] ], ["Help Us", "/info/display?PageID=21903", null, ["Donate", "/info/donate"], ["Sponsorships", "/animals/browse?special=sponsorable"], ["Volunteer", "/info/display?PageID=21902"], ["Fundraisers", "/info/display?PageID=21904"] ], ["Shop", "/shop"], ["Forms", "/forms"], ["My Rescue", "/myrescue", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"] ] ];