/* Tigra Menu items structure */
var MENU2_ITEMS = [
	['Home', '/index.htm'],
	['About Us', '/company.htm'],
	['Location Map', '/location.htm'],
	['Contact Us', '/contact.htm'],
	['Policies', '/policies.htm']
];
