/* MENU */

var menu_lieu = [
//	[ menu item label, link, submenu array ]								 
		[ 'The site','lieu.html','',[] ],
		[ 'Options','journees.html','',[

			['Day or Evening options', 'journees.html','', [] ],
			['Shows', 'spectacle.html','', [] ],
			['A princely evening on the Chantilly Domain', '../../pdf/uk/soiree princiere_UK.pdf','_blank', [] ]

		] ],

		[ 'For more information','acces.html','',[
		
			['Access ', 'acces.html','', [] ],
			['Inside agreement', '../../pdf/uk/Reglement_UK.pdf','_blank', [] ],
			['List of catering firms', '../../pdf/uk/Traiteurs_Uk.pdf','_blank', [] ],
			['List of accomodation', '../../pdf/Hotels.pdf','_blank', [] ],
			['Other providers', '../../pdf/uk/Prestataires_UK.pdf','_blank', [] ],
			['Photo gallery', 'photos.html','', [] ]		
		
		] ],

		[ 'Contact us','nouscontacter.html','',[] ]
]



var menu_ecurie = [
//	[ menu item label, link, submenu array ]								 
		[ 'History','histoire.html','',[] ],
//		[ 'Museum rooms','salles.html','',[] ],
//		[ 'The artists','artistes.html','',[] ],
		[ 'The horses','chevaux.html','',[] ],
		[ 'Horse Riders','cavaliers.html','',[] ]
]


var menu_spectacle = [
//	[ menu item label, link, submenu array ]								 
		[ 'Clip','revesetpoesie.html','',[] ],
		[ 'A Russian Prince visiting Chantilly','russian-prince-visiting-chantilly.html','',[] ],
		[ 'Christmas, The Horse and the Child','christmas-the-horse-child.html','',[] ],
		[ 'Rate and reservation','rate-reservation.html','',[] ]
]


var menu_visite = [
		[ 'Tools'                      ,'outils.html'           ,'',[
			['Audioguided tours'   , 'outils.html'          ,'',[]]]],			 
		[ 'Prepare your visit'         , 'calendrier.html'      ,'',[]],
		[ 'Useful information'         , 'infospratiques.html'  ,'',[
			['Opening times'       , 'infospratiques-1.html','',[]],
			['Basic rates'         , 'infospratiques-2.html','',[]],
			['Contacts'            , 'infospratiques-3.html','',[]],
			['Getting to Chantilly', 'infospratiques-4.html','',[]]]],
		[ 'Demonstrations and free shows','demos.html', '', [

//			['Educational presentation: introduction to the art of riding', 'demos.html#dressage', '',[] ],
//			['The Ponies put on their show', 'demos.html#vendredi', '',[] ],
//			['The pony activity (group only) ', 'demos.html#animation', '',[] ]
	//		['Chevaux en f&ecirc;te ', 'demos.html#cheveaux-en-fete', '',[] ]
		] ],

		[ 'Museum visit','individuels.html','',[
		
			['Map of the museum ', '../plan_musee.html', '',[] ],
			['Individuals', 'individuels.html', '',[] ],
//			['Special activities for children', 'activites.html', '',[] ],
			['Groups', 'groupes.html', '',[] ]
		
		] ],
		
		[ 'Facilities','services.html','',[
		
			['Restaurants', 'services.html#resto', '',[] ],
			['Shops ', 'services.html#boutique', '',[] ]
		//	['Parkings', 'services.html#parking', '',[] ],
		//	['Toilets', 'services.html#toilette', '',[] ]
		
		] ]
		
]


