// menu_items.js file

var MENU_ITEMS =[
	["Subdivision and<br> Zoning Administration", "planning.php?p=subdivision"],
	["Current Projects", "planning.php?p=currentproj",
		["Where We Live... A Comprehensive Plan for Indiana County", "planning.php?p=compplan"],
		["Indiana County Natural Heritage Inventory", "planning.php?p=heritageinv"],
		["Indiana County Open Space, Greenways, and Trails Plan", "planning.php?p=greenways"],
		["Indiana County Comprehensive Recreation and Parks Plan", "planning.php?p=recreation"],
		["Indiana County Bicycle/Pedestrian Plan", "planning.php?p=bicpedplan"],
		["Indiana County Housing Plan", "planning.php?p=housingplan"]
	],
	["Adopted Plans and Studies", "planning.php?p=adoptedplans"],
	["Transportation Planning", "planning.php?p=transplan",
	 	["Transportation Improvement Program (TIP)", "planning.php?p=tip"],
	 	["Airport", "planning.php?p=airport"],
	 ],
	["Technical Assistance", "planning.php?p=techassist",
	 	["NFIP Program", "planning.php?p=nfip"],
	 	["Agricultural Security Areas", "planning.php?p=agsecurity"],
	 	["Subdivision and Land Development (SALDO) Plan Review", "planning.php?p=saldorev"],
	 	["PA Department of Environmental Protection (DEP) Reviews", "planning.php?p=depreviews"],
	 ],
	["Demographics and Statistics", "planning.php?p=demographics"],
	["ICOPD Staff", "planning.php?p=icopdstaff"],
	["Contact Us", "planning.php?p=contactus"]
];
