// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["About SAVE", "", null,
["About Us", "/info/index"],
["Contact Us", "/info/contact"],
["Events", "/info/events"],
["Thrift Shop & Adoption Center", "/info/display?PageID=4282"]
],
["Adopt", "", null,
["Cats", "/animals/browse?Species=Cat"],
["Dogs", "/animals/browse?Species=Dog"],
["All Animals", "/animals/browse"],
["Search Animals", "/animals/search"],
["Adoption Info", "/info/adoption"],
["Adoption Application", "/forms/form?formid=1853"],
["Senior Cats", "https://save.rescuegroups.org/animals/browse?Species=Cat&Special=Senior"],
["Senior Dogs", "https://save.rescuegroups.org/animals/browse?Species=Dog&Special=Senior"]
],
["Donate", "", null,
["Donation Info", "/info/donate"],
["Wish List", "/info/display?PageID=478"]
],
["Volunteer", "", null,
["Volunteer With Us!", "/info/display?PageID=10052"],
["Volunteer Application", "/forms/form?formid=4977"],
["Foster Application", "/forms/form?formid=1864"],
["Fundraising Ideas", "/info/display?PageID=481"],
["Please Patronize these Businesses!", "/info/display?PageID=9903"]
],
["My Rescue", "/myrescue", null,
["Log In", "/user/login.php"],
["Register", "/user/register.php"],
["Animal List", "/animals/list"],
["Successful Adoptions", "/animals/successes"],
["Add Animals", "/animals/add"],
["Change Featured Animal", "https://rescuegroups.org/manage/website_settings"]
]
];