// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["HOME", "/"],
["ADOPT", "#", null,
["Cats", "/animals/browse?Species=Cat"],
["Dogs", "/animals/browse?Species=Dog"],
["Bunny", "/animals/browse?Species=Rabbit"],
["Application & Info", "/info/adoption"],
["Resources", "/info/display?PageID=11978"]
],
["DONATE", "/info/donate"],
["ABOUT", "#", null,
["Who We Are", "https://www.pawsrescue.org/info/display?PageID=18972"],
["Happy Tails", "/info/display?PageID=1363"]
],
["HOW TO HELP", "#", null,
["Donate", "/info/donate"],
["Sponsor", "/animals/browse?special=sponsorable"],
["Wish List", "/info/display?PageID=1149"]
]
];