/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', 'about_us.html'],
	['Contact Us', 'contact_us.html'],
	['FAQs', 'faqs.php'],
	['Service', 'service.html'],
	['For Sale', 'sales.php'],
	['Testimonials', 'testimonials.php']
];
