/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Us', 'about.htm'],
	['Products', 'products.htm'],
	['Fluids', 'fluids.htm'],
	['FAQs', 'faqs.htm'],
	['Contact Us', 'contact.htm'],
	['Cart', 'cart.php']
];
