/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.htm', null,],
	['About Us',  'profile.htm', null,
		['Profile', 'profile.htm'],
		['The Approach', 'benefits.htm'],
		//['Our Products', '/nes/services.htm'],
		['Our Clients', 'our_clients.htm'],
	],
	['Select Your Industry',  'services.htm', null,
		['Chemical', 'chemical.htm'],
		['Cosmetic', 'cosmetics.htm'],
		['Food & Beverage', 'food_beverages.htm'],
		['Pharmaceutical', 'pharmaceutical.htm'],
		['Textile', 'textile.htm'],
		['Wire & Cable', 'wiring_cable.htm'],
	],
	/*['Support', null, null,
		[ 'Support', '#'],

	],*/
	
	/*['Press Releases', null, null,
		['Press Releases', '#'],
	],*/
	['Contact Us', 'contact.htm', null,
		['Sales Inquiry', 'sales_inquiry.htm'],
		['Consumables Order', 'consumables_order.htm'],
		['Technical Support', 'technical_support.htm'],
	],
];

