// menu_items.js file

var MENU_ITEMS =[
	["Organizations Served", "index.php?p=boards"],
	["ICOPD Staff", "index.php?p=icopdstaff"],
	["Contact Us", "index.php?p=contactus"]
];
