/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.cityoflakewales.com/index.shtml'],
	['Departments', null, null,
		['Cemetery Division', 'http://www.cityoflakewales.com/cemetery/'],
		['City Government', 'http://www.cityoflakewales.com/city/index.shtml'],
		['Code Enforcement', 'http://lwpd.cityoflakewales.com/bins/site/templates/pages.asp?area_2=pages/codeenforcement'],
		['Economic Development', 'http://www.cityoflakewales.com/edd/'],
		['Finance Department', 'http://www.cityoflakewales.com/finance/'],
		['Fire Department', 'http://www.cityoflakewales.com/lwfd/'],
		['Human Resources', 'http://www.cityoflakewales.com/hr/'],
		['Library', 'http://www.cityoflakewales.com/library/'],
		['Parks &amp; Recreation', 'http://www.cityoflakewales.com/parks/'],
		['Permits &amp; Inspections', 'http://www.cityoflakewales.com/building/'],
		['Planning &amp; Development', 'http://www.cityoflakewales.com/planning/'],
		['Police Department', 'http://lwpd.cityoflakewales.com/bins/site/templates/splash.asp'],
		['Purchasing', 'http://www.cityoflakewales.com/purchase/'],
		['Trash &amp; Garbage', 'http://www.cityoflakewales.com/trash/'],
		['Utilities', 'http://www.cityoflakewales.com/utilities/']
	],
	['City Online', null, null,
		['Online Utility Payments', 'https://secure.cityoflakewales.com/ubs/webubs001apg.p'],
		['City Code Online', 'http://www.municode.com/resources/gateway.asp?pid=14370&sid=9'],
		['Meeting Schedule', 'http://www.cityoflakewales.com/calendar/index.asp'],
		['Report a Pothole', 'http://www.cityoflakewales.com/forms/fpothole.shtml'],
		['Report a Streetlight Out', 'http://www.cityoflakewales.com/forms/fstrlight.shtml'],
		['Report a City Code Violation', 'http://www.cityoflakewales.com/forms/fcode.shtml'],
		['Report a Crime', 'http://lwpd.cityoflakewales.com/bins/site/templates/default.asp?_resolutionfile=templatespath|default.asp&area_2=pages/OnlineReporting'],
		['Request an Action (I-Works)', 'http://www.iworq.com/iworq/Web/Request.asp?cityid=351']
	],

	['Local Area Info', null, null,
		['About Lake Wales', 'http://www.cityoflakewales.com/area/index.shtml'],
		['Depot Museum', 'http://www.historiclakewales.org'],
		['Lake Wales Main Street', 'http://www.lakewalesmainstreet.com/'],
		['Lake Wales Municipal Airport', 'http://www.lakewalesairport.net/']
		],
	['Contact Us', 'http://www.cityoflakewales.com/contact/'],
	['Site Map', 'http://www.cityoflakewales.com/sitemap.shtml']
];