/* MENU */

var menu_chateau = [
//	[ menu item label, link, submenu array ]								 
		[ 'Contents','presentation.html',[] ],
		[ 'History'					 ,'histoire.html',[] ],
		[ 'Château and its Condé Museum','chateauconde.html',[

			['Cabinet des livres (library)', 'cabinetlivre.html', [] ],
			['Grand appartements (period room)', 'grandappartement.html', [] ],
			['Galleries of paintings', 'galeriepeinture.html', [] ],
			['Chapel', 'chapelle.html', [] ],
			['Petits appartements (private rooms<br /> of the Duc and Duchesse d\'aumale)', 'petitappartement.html', [] ],
			['Other heritage treasures', 'autrespatrimoines.html', [] ]

		] ],

		[ 'Park and its gardens','parcetjardin.html',[

			['French garden design by Le Nôtre', 'jardinfrancais.html', [] ],
			['English garden', 'jardinanglais.html', [
				[ 'L\'ile d\'amour','ileamour.html',[] ],	
				[ 'Temple de V&eacute;nus','templevenus.html',[] ]
			] ],
			['Le Hameau', 'hameau.html', [] ],
			['Le Jeu de paume', 'jeupaume.html', [] ],
			['Maison de Sylvie', 'maisonsylvie.html', [] ],
			['Ch&acirc;teau d&rsquo;Enghein', 'chateauenghein.html', [] ]		
		
		] ],

		[ 'Did you know ?','personnagehistorique.html',[		
		
			['Historical characters', 'personnagehistorique.html', [] ],
			['Artists, comedians, past and modern writers', 'culture.html', [] ]
		
		] ]
]		

var menu_lieu = [
				 [ 'Sites','lieux.html',[
					['The Château', 'lieux.html#chateau', [] ],
					['The Park', 'lieux.html#parc', [] ],
					['The Jeu de Paume', 'lieux.html#jeu', [] ],
					['The Maison of Sylvie', 'lieux.html#maison', [] ],
					['Enjoy a princely evening in Chantilly', 'lieux.html#prince', [] ]					 
				  ] ],
				 
				  [ 'Originals Idea', 'idees_originales.html',[
					['The "Fastes de Vatel" evenings','idees_originales.html#vatel', [] ]	,
					['Private visits with The Grand Condé', 'idees_originales.html#visite', [] ],
					['Nature-culture rallies', 'idees_originales.html#rallye', [] ]				
				  ] ],
				  
				 [ 'Know some more', 'savoirplus.html',[] ]
]

var menu_visite = [
					['Tools', 'outils.html',[
						['Audioguided tours','outils.html', [] ]
   				] ],
					['Diary','agenda.html',[] ],
					['Information', 'infos_pratiques.html',[
						['Opening times','opening-times.html', [] ],
						['Basic rates','basic-rates.html', [] ],
						['Contacts','contacts.html', [] ],
						['Getting to Chantilly','getting-to-chantilly.html', [] ]
					] ],
					['Activities','activites.html',[
						['Individual visitors','activites.html#individuels', [] ],
					 	['Activities for children','enfants.html', [] ],
						['Group visitors', 'groupes.html', [] ]
					] ],
					['Facilities', 'services.html', [
						['Restaurants','services.html#restaurant', [] ]/*,
						['Audioguides','services.html#audioguides', [] ],
						['Tours of the site','services.html#tour', [] ],
						['Petit train and rowing boats','services.html#boat', [] ],
						['The museum shop','services.html#musee', [] ],
						['cloakroom','services.html#cloakroom', [] ],
						['Push-chairs (strollers) and baby slings','services.html#bebe', [] ],
						['Toilets','services.html#toilets', [] ],
						['Telephone','services.html#telephone', [] ]*/
					] ]
]

var menu_expo = [
				 	['Exhibitions', 'exhibitions_en_cours.html', [
						  ['Current exhibition', 'exhibitions_en_cours.html', [] ],
						  ['Forthcoming exhibitions', 'exhibitions_a_venir.html', [] ],
						  ['Virtual exhibition', 'exhibitions_virtual.html', [] ]
					] ],
					
					['The Journées du Patrimoine <br />(Inheritance days)', 'patrimoine.html', [] ],
					['Nuit des Musées', 'nuit_musees.html', [] ],

					['<br />Les Nuits de Feu <br />(Fireworks displays)', 'nuits_de_feu.html', [] ],
					
					['<br />Concerts at Chantilly', 'concerts.html', [] ],
					
					['<br />Promenades in the park', 'promenades.html', [] ]
]

var menu_mecenat = [
					['The Restoration policy<br /> for the Château and its collections <br />', 'restauration.html', [] ],
					['<br />The great restoration projects:<br :>The Foundation for the Safe-keeping<br />and Development of the Chantilly Domain<br />', 'restauration_projets.html', [] ],
					['<br />The American Friends of Chantilly<br/>', 'amis.html', [] ]
]

var menu_boutique = [
					['Gift Shop', 'boutique.html', [
						['Books', 'livres.html', [] ],
						['China', 'porcelaine.html', [] ],
						['Jewellery', 'bijoux.html', [] ],
						['Tapestries', 'tapisseries.html', [] ],
						['Miscellaneous', 'divers.html', [] ],
						['Publications, Exhibition catalogues', 'publications.html', [] ]
					] ],
					['Game on line', 'jeuenligne.html', [] ],
					['Downloads', 'telechargements.html', [] ]
]
