/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.tricitypatrol.com'],
	['Company Info', 'aboutus.html'],
	['Services Offered', null, null,
		['Patrol Services', 'patrol.html'],
		['On-Site Security', 'onsite.html'],
		['Parking Control & Enforcement', 'parking.html'],
		['Legal Document Service', 'legal.html'],
		['Special Event Services', 'event.html'],
		['Communications Center and 24-hour Dispatching', 'comm.html']
	],
	['Service Area', 'area.html'],
	['Important Information', 'info.html'],
	['Important Links', 'links.html'],
	['Employment', 'jobs.html'],
	['Contact Us', 'contactus.html']
];

