// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["HOME", "/"],
["ADOPT", "", null,
["Search Animals", "/animals/search"],
["Available Dogs", "/animals/browse?Species=Dog"],
["Available Cats", "/animals/browse?Species=Cat"],
["Adoption Process", "/info/display?PageID=15120"],
["Application", "/info/display?PageID=15161"],
["Dog Spay and Neuter Information", "/info/display?PageID=20202"]
],
["FOSTER", "/info/display?PageID=15131", null,
["Foster Program", "/info/display?PageID=15131"],
["Foster Responsibilities", "/info/display?PageID=17653"]
],
["ABOUT", "", null,
["Who We Are", "/info/display?PageID=15157"],
["Our History", "/info/display?PageID=21258"],
["Shop Our Merchandise", "https://www.bonfire.com/store/proverbs-1210-animal-rescue/"],
["Contact", "/info/display?PageID=15126"],
["Supporters and Sponsors", "/info/display?PageID=15169"],
["Justice for Bennett", "/info/display?PageID=21876"],
["Log In", "/user/login.php"],
["Register", "/user/register.php"]
],
["DONATE", " /info/donate"],
["Golf Tournament", "/info/display?PageID=21776"]
];