/*
  --- 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 = [
	['Freight Services', null, null,
		['Air Freight', 'airfreight.htm '],
		['Ocean Freight', 'oceanfreight.htm'],
		['Road Freight', 'roadfreight.htm'],
		['Heavy Lift', ' '],
		['Custom Brokerage', ''],
	],
	['Logistics Solutions', null, null,
		['Design & Planning', 'designplaning.htm'],
		['Reworking & Re-Export', 'reworkre-export.htm'],
		['3PL & 4PL', '3pland4pl.htm'],
		['Value Added Services', ''],
	],
	['Supply Chain Solutions', null, null,
		['Integrated Logistics Solutions', ''],
		['Cool Chain Management', ''],
		
	],
	['Group Companies', null, null,
		['Alpha Globalinks FZCO', 'http://www.aglfzco.com'],
		['Altair Consultants','http://www.altairmc.com'],
		['Altair Trade Links','']
	],
	['E-Services', null, null,
		['Tracking & Tracing', ''],
		['Live Chat',''],
		['EDI Linkage',''],
		['AGL Internal Process','nill'],
		['AGL Internal E-mail','https://aglfreight.dyndns.org/exchange']
	],
	['Contact Us', null, null,
		['Contact Details', ''],
		['Quotation Request',''],
		['Proposal Request',''],
		
	],
];


