/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.asp'],
	['Who We Are', null, null,
		['About Us', 'about.asp', {'tw':'_self'}],
		['Contact Us', 'contact.asp', {'tw':'_self'}],
		['Careers', 'careers.asp', {'tw':'_self'}]
	],
	['Main Services', null, null,
		['Background Checks', 'bgchecks.asp', {'tw':'_self'}],
		['Process Serving', 'proserve.asp', {'tw':'_self'}],
		['Security', 'security.asp', {'tw':'_self'}],
		['Private Investigations', 'privateeye.asp', {'tw':'_self'}]
	],
	['Other Services', null, null,
		['Professional Shopper', 'proshop.asp', {'tw':'_self'}],
		['Home Inspections', 'homeinsp.asp', {'tw':'_self'}],
		['Judgement Recovery', 'recovery.asp', {'tw':'_self'}],
		['Personal Protection', 'persprotect.asp', {'tw':'_self'}],
		['Plain Clothes Officers', 'plainclothes.asp', {'tw':'_self'}],
		['Undercover Investigations', 'undercover.asp', {'tw':'_self'}],
		['Armed Money Drops', 'moneydrop.asp', {'tw':'_self'}],
		['Event Security', 'eventsec.asp', {'tw':'_self'}],
		['Credit Repair', 'creditRepair.asp', {'tw':'_self'}]
	],
	['Tips &amp; Links', null, null,
		['Tips', 'tips.asp', {'tw':'_self'}],
		['Links', 'links.asp', {'tw':'_self'}]
	]
];

