/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'http://www.mswebpro.com/index.html', null,
		['about MSWP', 'http://www.mswebpro.com/about.html']
	],
	['services', 'http://www.mswebpro.com/services.html'],
	['portfolio', 'http://www.mswebpro.com/portfolio.html', null,
		['testimonials', 'http://www.mswebpro.com/testimonials.html']
	],
	['contact', 'http://www.mswebpro.com/contact.html']
];
