/* MENU */
//
//	[ menu item label, link, submenu array ]								 

var menu_chateau =
[
  ['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'              , []],
    ['Films shot at Chantilly'                                                     , 'films-at-Chantilly.html'   , []],
    ['Said about Chantilly'                                                        , 'said-about-Chantilly.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'              , []],
    ['Activities for children'                , 'enfants.html'                , []],
    ['Group visitors'                         , 'groupes.html'                , []]]],
  ['Facilities'                               , 'services.html'               , [
    ['The Ch&acirc;teau&rsquo;s restaurants'  , 'services.html'               , []]//,
    //['The hippodrome&rsquo;s restaurants'     , 'hippodrome-restaurants.html' , []]
    ]]
]

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'  , []]]],
  ['Inheritance days'          , 'patrimoine.html'           , [] ],
  ['Museum at nights'          , 'nuit_musees.html'          , [] ],
  ['Fireworks displays'        , 'nuits_de_feu.html'         , [] ]//,
//  ['Concerts at Chantilly'     , 'concerts.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', [] ]
]
