/* Tigra Menu items structure */
var PZMENU_ITEMS = [
	['Land Use', null, null,
		['Land Use Regulations', 'regulations.shtml'],
		['Future Land Use Map', 'flum.shtml'],
		['2015 Comprehensive Plan Future Land Use Element', 'cpa030105.pdf']
	],
	['Zoning Map', 'zoning.shtml'],
	['Concurrency', 'lwconc.pdf'],
	['Impact Fee Schedule', 'impfee09.pdf'],
	['Notices', 'notices.shtml'],
	['Application Forms', 'forms.shtml'],
	['Application Fees', 'fees.pdf'],
	['Meeting Agenda', null, null,
		['Board of Appeals', '../city/boa.idc'],
		['Planning &amp; Zoning Board', '../city/planning.idc'],
		['Bike/Pedestrian Advisory Commission', '../city/bike.idc'],
		['Historic District Regulatory Board', '../city/histreg.idc'],
		['Parks &amp; Community Appearance Board', '../city/park.idc']
	],

	['Contact Us', 'contact_us.shtml'],
	['Home', 'index.shtml'],
];