// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["About", "/info/index", null,
["Contact Us", "/info/contact"]
],
["Dogs", "/animals/browse?species=Dog", null,
["Adoptions & FAQ", "/info/adoption"],
["Adults", "/animals/browse?special=Adult+Pyrs"],
["Puppies", "/animals/browse?special=Puppy+Pyrs"],
["Special Needs", "/animals/browse?special=Special+Needs+Pyrs"],
["Senior Pyrs", "/animals/browse?special=Senior+Pyrs"]
],
["Programs", "/info/display?PageID=21317", null,
["Senior Pyrs", "https://greatpyrsandpaws.rescuegroups.org/animals/browse?special=Senior+Pyrs"]
],
["How to Help", "/info/display?PageID=21148", null,
["Volunteer", "/info/display?PageID=21022"],
["Donate", "/info/donate"],
["Educate", "/info/display?PageID=21318"]
],
["Resources", "/info/display?PageID=21319"]
];