// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["Our Animals", "/info/display?PageID=16803", null,
["Browse Available Animals", "/animals/browse"],
["Cats", "/animals/browse?species=Cat"],
["Kittens", "/animals/browse?special=Kittens"],
["Dogs", "/animals/browse?species=Dog"],
["Puppies", "/animals/browse?special=Puppies"],
["Seniors ", "/animals/browse?special=Senior"],
["Special Needs", "/animals/browse?special=Needs"],
["Needs a Foster", "/animals/browse?special=NeedsFoster"],
["Search Animals", "/animals/search"],
["Before-n-After ", "/info/display?PageID=16795"],
["Successful Adoptions", "/animals/successes"],
["Rainbow Bridge", "/animals/rainbowbridge"]
],
["Adoption", "/info/adoption"],
["Events", "/info/events"],
["Ways You Can Help", "/info/display?PageID=16796"],
["Shop", "/shop", null,
["Our Wish List", "/info/display?PageID=16806"],
["Premium Products CBD Store", "/info/display?PageID=21434"],
["Good Shop", "/info/display?PageID=16807"],
["Online Store", "/info/display?PageID=16862"]
],
["Contact Us", "/info/contact"],
["Volunteer Info", "/info/volunteers_only", null,
["Dashboard", "https://manage.rescuegroups.org"],
["Log In", "/user/login.php"],
["Register", "/user/register.php"],
["Forms/Applications", "/forms"],
["Additional Forms/Files/Documents", "/info/display?PageID=16813"]
]
];