// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["  Home  ", "/"], ["  Adoptions  ", "/info/adoption", null, ["Available Dogs", "/animals/browse?Species=Dog"], ["Available Cats", "/animals/browse?Species=Cat"], ["All Companion Animals", "/animals/browse"] ], ["  Programs  ", "/info/display?PageID=7725", null, ["Advice Line", "/info/display?PageID=7704"], ["Community Advocacy", "/info/display?PageID=7726"], ["Special Assistance", "/info/display?PageID=7727"], ["Rescue and Adoptions", "/info/display?PageID=7723"], ["Animal Assisted Therapy", "/info/display?PageID=7728"], ["Humane Education", "/info/display?PageID=7730"], ["Local Animal Shelter Assistance", "/info/display?PageID=7731"], ["Meals-On-Wheels", "/info/display?PageID=7732"], ["Northern California Rescue List", "/info/display?PageID=7733"], ["Spay/Neuter Assistance", "/info/display?PageID=7722"], ["Found injured or orphaned wildlife?", "/info/display?PageID=7721"] ], ["  Resources  ", "/info/display?PageID=7714", null, ["Resources Overview", "/info/display?PageID=7714"], ["Deciding to adopt", "/info/display?PageID=7703"], ["Kids and Animals", "/info/display?PageID=7715"], ["First Aid for Animals", "/info/display?PageID=7716"], ["Animal Health and Care", "/info/display?PageID=7717"], ["Training Resources", "/info/display?PageID=7718"], ["Animal Welfare and Advocacy", "/info/display?PageID=7719"], ["Other Resources", "/info/display?PageID=7720"] ], ["  Volunteer  ", "/info/display?PageID=7705", null, ["All Volunteer Opportunities", "/info/display?PageID=7705"], ["Foster Home Provider", "/info/display?PageID=7706"], ["Animal Assisted Therapy Team", "/info/display?PageID=7707"] ], ["  Donate  ", "/info/donate", null, ["Become a Member", "/info/display?PageID=7709"], ["General Donations", "/info/display?PageID=7710"], ["Donating a Vehicle", "/info/display?PageID=7711"], ["Donating Services", "/info/display?PageID=7712"], ["Wish List", "/info/display?PageID=7713"] ], ["  About Us  ", "/info/index"] ];