/* 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','',[] ],
		[ 'Les Princes de Chantilly','princes-de-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','', [] ]		
		
		] ],			 
		[ 'The calendar per Month','calendrier.html','',[] ],
		[ 'Useful information','infospratiques.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','',[
		
			['Interactive 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', '',[] ]
		
		] ]
		
]

