// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/", null,
["Log In", "/user/login.php"],
["Register", "/user/register.php"],
["My Rescue", "/myrescue"],
["Forms/Applications", "/forms"]
],
["Adopt", "#", null,
["Adoption Guidelines", "/info/adoption"],
["Adoptable Dogs", "/animals/browse"],
["FAQs", "/info/display?PageID=15505"],
["Successful Adoptions", "/animals/successes"]
],
["Shop", "#", null,
["Shop to Donate", "/info/display?PageID=15524"]
],
["Events", "/info/events"],
["How to Help", "#", null,
["Volunteer", "/info/display?PageID=10913"],
["Donate", "/info/donate"],
["Sponsorship Info", "/info/sponsorship"],
["OFP Wish List", "/info/display?PageID=13354"]
],
["Resources", "#", null,
["About ShihTzu", "/info/display?PageID=11101"],
["Training Resources", "/info/display?PageID=11740"],
["Surrendering Your Dog", "/info/display?PageID=11319"]
],
["Partners", "#", null,
["Our Grant & Business Supporters", "/info/display?PageID=13792"],
["Our Medical Rescue Partners", "/info/display?PageID=11338"]
],
["Contact", "/info/contact", null,
["Home", "/"]
]
];