/*
  --- 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', 'aboutus.htm', null,
			['Company Overview', 'aboutus.htm'],
			['Mission & Vission', 'mission_vission.htm']
	],
	['Membership', 'membership.htm', null
	],
	['Cargo Tracking', 'cargotracking.htm', null,
		['Air Cargo', 'http://www.redberry.com'],
		['Sea Cargo', 'http://www.redberry.com']
	],
	['Service Prices', 'serviceprices.htm', null,
		['Custom Clear.', 'customclearance.htm', null,
			['Export', 'cc_export.htm'],
			['Import', 'cc_import.htm']
		],
		['Freight', 'freight.htm', null,
			['Export', 'freight_export.htm'],
			['Import', 'freight_import.htm']
		],
		['Insurance', 'insurance.htm'],
		['Transportation', 'transportation.htm']
	],
	['Services', 'services.htm', null,
		['Export Clear.', 'exportclearance.htm'],
		['Import Clear.', 'importclearance.htm'],
		['Export Misc.', 'exportmiscellaneous.htm'],
		['Import Misc.', 'importmiscellaneous.htm'],
		['Door to Door Services', 'doortodoorservices.htm']
	],
	['Library', 'library.htm', null,
		['Acts', 'acts.htm'],
		['Rules', 'rules.htm'],
		['Forms', 'forms.htm'],
		['Notification', 'notifications.htm'],
		['Circulars', 'circulars.htm'],
		['Commodities Handled', 'commoditieshandled.htm'],
		['Container Specification', 'containerspeci.htm']
	]
];

