// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["About Us", "", null,
["Who are we", "/info/index"],
["Become a Foster", "/info/display?PageID=21180"],
["News", "/info/news"],
["Contact Us", "/info/contact"]
],
["Cats", "", null,
["All Cats", "/animals/browse"],
["\"Offered by Owner\" Cats", "/animals/browse?Courtesy=Yes"]
],
["Adoption", "", null,
["Apply to adopt", "/info/adoption"],
["Furrever Stories", "/animals/stories"],
["Photo Gallery", "/info/photos"]
],
["Support Us", "", null,
["How to help", "/info/donate"],
["Shop", "/shop"]
],
["Resources", "/info/display?PageID=21161", null,
["Rehome your cat", "/info/display?PageID=21160"]
]
];