/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Products', 'products.html'],
	['Projects', 'projects.html'],
	['Services', 'services.html'],
	['FAQ\'s', 'faq.html'],
	['About Us', 'about_us.html'],
	['Contact Us', 'contact_us.html']
];

