/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':150}],
	['About Us', 'aboutus.html', {'sw':150}],
	['Services', 'services.html', {'sw':150}],
	['Contact Us', 'contactus.html', {'sw':150}]
];

