// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/", null,
["About Us", "/info/index"],
["Partners/Sponsors", "/info/display?PageID=21377"],
["Contact Us", "/info/contact"],
["Surrender Info", "/info/display?PageID=21396"]
],
["Contribute", "#/info/display?PageID=21442", null,
["Donate!", "/info/donate"],
["Sponsorship Info", "/info/sponsorship"]
],
["Dogs", "#/info/display?PageID=21441", null,
["Available Dobies", "/animals/browse?Status=Available"],
["Medical Treatment", "/animals/browse?special=Medical Treatment"],
["Recent Arrivals", "/animals/browse?special=Recent"],
["Please Support These Dogs", "/animals/browse?special=Please+Support+Us"],
["Needs a Foster", "/animals/browse?special=NeedsFoster"],
["_____________________________________", "#/info/display?PageID=21454"],
["Adoption Process", "/info/adoption"],
["Adoption/Foster Application", "/info/display?PageID=21469"],
["Successful Adoptions", "/animals/successes"]
],
["Info", "#/info/display?PageID=21405", null,
["Doberman History", "/info/display?PageID=21406"],
["Is the Doberman the Right Breed for me?", "/info/display?PageID=21397"],
["Medical Information", "/info/display?PageID=21385"]
],
["Be Involved", "#/info/display?PageID=21455", null,
["So Much to Do", "/info/display?PageID=21390"],
["Foster Info", "/info/display?PageID=21380"],
["Volunteer Info", "/info/display?PageID=21379"]
],
["Events", "/info/events", null,
["Volunteer Login", "/info/volunteers_only"]
]
];