/*
  --- 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_ITEMS2 = [
['Freight Forwarders', null, null,
		['Groupage consolidation', 'groupageconsilidation.htm'],
		['Project cargo Management','projectmanagement.htm'],
		['Trans-shipment Hub','transshipment.htm'],
		['Warehousing & Re-Distribution',''],
		['Consolidation & Assembly',''],
		['Sea-Air','seaair.htm'],
		['Air-Road','']
	],
	['Equipment Suppliers', null, null,
		['Equipmnet positioning UAE', 'EquipmentPUAE.htm']
	],
	['Technology Partners', null, null,
		['ATMS', 'http://www.atmsplc.com'],
		['Bartronics', ''],
		['Plus Systems', 'http://www.plus-systems.de'],
	],
	
	['IT Business Solutions', null, null,
		['RFid', ' '],
		['Stock Track', ' '],
		['Stock Track Plus', ' '],
	],

	['Strategic Partners', null, null,
		['Triburg', ''],
	],
	
];




