/*
  --- 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 = [
	['Presentation', null, null,
	    ['Home', 'Main.html'],
		['Barbour History', 'History2.html'],
		['Services', 'Services.html'],
		['Customs Procedures', 'Customs.html'],
		['Equipment', 'Equipment.html'],
		['Insurance', 'Insurance.html'],
		['IT', 'IT.html'],
                ['Location Map', 'Location.html']
	],
	['Giraud', null, null,
		['Giraud International', 'giraud.html']
		
	],
        ['Palletline', null, null,
		['Information', 'Palletline.html']
	],
	['Contacts', null, null,
		['Contact Details', 'Contacts.html']
	],
	['Links', null, null,
		['POD Tracking', ''],
		['Shipment Details']
	],
];


