/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Overview', 'info1.php'],
	['Contact us', 'contact.php'],
	['Markets', null, null,
		['Metalworking Fluids', 'metalworking.php'],
		['Waste Water ', 'wastewatertreatment.php'],
		['Fuel Handling', 'fuelhandling.php',null]
	],
	['Applications', null, null,
		['Metalworking Fluids', 'app_metalworking.php' , null],
		['Waste Water ', 'app_waste.php', null	],
		['Fuel Handling', 'app_fuel.php', null	]
	],
	['Products', 'products.php', null,
		['Metalworking Fluids', 'prd_metalworking.php' , null],
		['Waste Water ', 'prd_waste.php', null	],
		['Fuel Handling', 'prd_fuel.php', null	]
	],
	['News', null]
];
