/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.asp'],
	['Services', 'services.asp'],
	['Projects', 'projects.asp'],
	['Company', 'company.asp', null,
		['Key Staff', 'keystaff.asp']
	],
	['Contact Us', 'contact.asp']
];
