/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'sw':108}],
	['Company', '/companyprofile.html', {'sw':121}],
	['Technology', '/technology.html', {'sw':131}],
	['Products', '/vendys.html', {'sw':121},
		['Product Registration', 'productregistration.html']
	],
	['Research Findings', 'researchfindings.html', {'sw':164}],
	['FAQ', 'faqhome.html', {'sw':102}],
	['News', '/newsandpress.html', {'sw':104}],
	['Contact Us', '/contactus.html', {'sw':137}]
];
