/* Menu items structure */
var MENU_ITEMS = [
	['Company', 'company.html'],
	['Products', 'products.html', null,
		['Petrochemical Industries', 'prpetr.html'],
		['Plastic Industries', 'prplast.html'],
		['Electronic Indistries', 'prelect.html'],
		['Welding Industries', 'prweld.html'],
		['General Purpose', 'prgen.html']
	],
	['Certificates', '#'],
	['Laboratory', '#'],
	['Contact Us', 'contactus.html']
];
