// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["About Us", "/info/index", null, ["Events", "/info/events"], ["Photo Gallery", "/info/photos"], ["Contact Us", "/info/contact"] ], ["Donate", "/info/donate"], ["Adoptable Dogs", "/animals", null, ["Adoption Info", "/info/adoption"], ["Sponsorship Info", "/info/sponsorship"], ["Available Dog List", "/animals/list"], ["Search Available Dogs", "/animals/search"] ], ["Happy Tails", "/animals/stories"], ["Rainbow Bridge", "/animals/rainbowbridge"], ["My Rescue", "/myrescue", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"], ["Forms/Applications", "/forms"] ] ];