// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/", null, ["Contact Us", "/info/contact"] ], ["Our Cats", "/animals/", null, ["Adoption Info", "/info/adoption"] ], ["About Us", "/info/index", null, ["History of HHS", "/info/display?PageID=22180"], ["Recognizing our People", "/info/display?PageID=22187"] ], ["Help Us", "/info/display?PageID=22184", null, ["Where donations go", "/info/display?PageID=22183"] ], ["Volunteer With Us", "/info/display?PageID=22186"], ["Rainbow Bridge", "/animals/rainbowbridge"], ["My Rescue", "/myrescue", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"], ["Volunteer Login", "/info/volunteers_only"] ] ];