// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["HOME", "/", null,
["Sitemap", "/info/sitemap"]
],
["ABOUT US", "", null,
["About KGARL", "/info/index"],
["Contact Us", "/info/contact"]
],
["ANIMALS", "", null,
["Animal List", "/animals/list"],
["Cats", "/animals/browse?species=Cat"],
["Dogs", "/animals/browse?species=Dog"],
["Adoption Info", "/info/adoption"],
["Successful Adoptions", "/animals/successes"]
],
["SERVICES", "", null,
["Shutdown Assistance", "/info/display?PageID=19206"],
["Spay and Neuter", "/info/display?PageID=15147"],
["Lost and Found Pets", "/info/display?PageID=15766"],
["Medical Assistance", "/info/display?PageID=16402"],
["Pet Re-Homing Assistance", "/info/display?PageID=16079"],
["KGARL Member Articles", "/info/display?PageID=15751"]
],
["DONATE", "", null,
["Donate", "/info/donate"],
["PayPal Redirect", "/info/display?PageID=19067"],
["Wish List", "/info/display?PageID=15148"],
["Shop and Donate", "/info/display?PageID=15146"],
["Consultant Sales", "/info/display?PageID=17934"]
],
["VOLUNTEER", "", null,
["Join Us", "/info/display?PageID=15759"],
["Foster a Pet", "/info/display?PageID=15850"],
["Shelter Volunteer", "/info/display?PageID=15746"],
["Youth Volunteer Oppotunities", "/info/display?PageID=16751"]
],
["MY RESCUE", "/myrescue", null,
["Log In", "/user/login.php"],
["Register", "/user/register.php"],
["Foster Home Procedures ", "/info/display?PageID=19622"]
]
];