/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', './', null,
		['ICCDPA Home', './']
	],
	['Biosolids', 'index.php?p=biohome&amp;pn=bion', null,
		['General Information', 'index.php?p=biohome&amp;pn=bion'],
		['Fact Sheet', 'index.php?p=biofactsheet&amp;pn=bion'],
		['Permitted Farms', 'index.php?p=biolist&amp;pn=bion']
	],
	['Dirt & Gravel Roads', 'index.php?p=dghome&amp;pn=dgn', null,
		['General Information', 'index.php?p=dghome&amp;pn=dgn'],
		['Current Projects', 'index.php?p=dgprojects&amp;pn=dgn'],
		['Grant Application', 'index.php?p=dgapplication&amp;pn=dgn']
	],
	['Earth Disturbance<br>Stream Encroachment', 'index.php?p=eshome&amp;pn=esn', null,
		['General Information', 'index.php?p=eshome&amp;pn=esn'],
		['Plan Developers', 'index.php?p=esplanners&amp;pn=esn'],
		['Fee Schedule', 'index.php?p=esappfees&amp;pn=esn'],
		['Guide to Permits', 'index.php?p=esguidetopermits&amp;pn=esn', null,
		 	['Earth Disturbance', 'index.php?p=esearthdist&amp;pn=espgn'],
			['Water Encroachments','index.php?p=eswaterencroach&amp;pn=espgn'],
			['Small Stream Impact (105 General Permits)', 'index.php?p=essmallstream&amp;pn=espgn']
		],
		['Act 14&nbsp; Letters', 'index.php?p=esact14&amp;pn=esn'],
		['Ch. 93 Classifications', 'index.php?p=eschpt93&amp;pn=esn'],
		['Hydric Soils List', 'index.php?p=eshydricsoils&amp;pn=esn'],
		['Contacts', 'index.php?p=escontacts&amp;pn=esn']
	],
	['Farmland Preservation', 'index.php?p=fphome&amp;pn=fpn', null,
		['General Information', 'index.php?p=fphome&amp;pn=fpn'],
		['The Program', 'index.php?p=fpprogram&amp;pn=fpn'],
		['Application Process', 'index.php?p=fpapprocess&amp;pn=fpn'],
		['Ranking Priority', 'index.php?p=fpranking&amp;pn=fpn'],
		['Easement Criteria', 'index.php?p=fpcriteria&amp;pn=fpn']
	],
	['Nutrient Management', 'index.php?p=nmhome&amp;pn=nmn', null,
		['General Information', 'index.php?p=nmhome&amp;pn=nmn'],
		['Nutrition Management Planners', 'index.php?p=nmspecialist&amp;pn=nmn'],
		['Contractors & Suppliers', 'index.php?p=nmcontractors&amp;pn=nmn']
	],
	['Watersheds', 'index.php?p=wshome&amp;pn=wsn', null,
		['General Information', 'index.php?p=wshome&amp;pn=wsn'],
		['Watershed Associations', 'index.php?p=wsassoc&amp;pn=wsn'],
		['Watershed Map', 'index.php?p=wsmap&amp;pn=wsn']
	],
	['Education', 'index.php?p=eduhome&amp;pn=edun', null,
		['General Information', 'index.php?p=eduhome&amp;pn=edun'],
		['Junior Envirothon', 'index.php?p=edujrenv&amp;pn=edun'],
		['Senior Envirothon', 'index.php?p=edusrenv&amp;pn=edun']
	],
	['District Fundamentals', 'index.php?p=cdboard&amp;pn=cdsn', null,
		['Local Governance', 'index.php?p=cdboard&amp;pn=cdsn'],
		['District Staff','index.php?p=cdstaff&amp;pn=cdsn'],
		['Policy','index.php?p=cdpolicy&amp;pn=cdsn']
	],
	['Contact Us', 'index.php?p=contact&pn=contactn']
];
