/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Products', 'products.htm'],
	['How To Use', 'how.htm'],
	['Media', 'media.htm'],
	['Testimonials', 'test.htm'],
	['Contact Us', 'contactus.htm']
];
