// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["Adoptions", "", null,
["Adoption Process", "/info/adoption"],
["Adoption Fees", "/info/display?PageID=6460"],
["Adoptable Animals", "/animals"],
["Successful Adoptions", "http://www.arwob.org/animals/successes"],
["New Beginnings", "/animals/stories"],
["Rainbow Bridge", "/animals/rainbowbridge"],
["Applications", "/forms"]
],
["Adopt Now!", "/forms"],
["Ways to Help", "", null,
["Foster", "http://www.arwob.org/info/display?PageID=13326"],
["Volunteer", "/info/display?PageID=6411"],
["Cat Adoption Center (CAC)", "/info/display?PageID=15200"],
["Donate!", "/info/donate"]
],
["Events", "", null,
["Event Information", "/info/display?PageID=7922"],
["Event Calendar", "http://www.arwob.org/info/calendar"]
],
["About", "", null,
["About Us", "/info/index"],
["Rescue Missions", "/info/display?PageID=6859"],
["Guestbook", "/info/guestbook"],
["Informational Articles", "/info/display?PageID=6368"]
],
["Contact", "/info/contact"]
];