/*
  --- 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 = [
	['Home', 'index.php', null,
	],
   	['The man', 'homme00.php', null,
		['An exceptional figure', 'homme01.php'],
		['Man of many aspects', 'homme02.php'],
		['and Dijon school of music', 'homme03.php'],
		['L\'école française du XXème siècle', 'ecolefr.php'],
		['Photos', 'homme04.php']
	],
    ['Keyboards', 'claviers.php', null,
        ['Organ', 'orgue.php'],
        ['Harpsichord', 'clavecin.php'],
		['Piano', 'piano.php']
	],
    ['Strings', 'cordes.php', null,
        ['Harp', 'harpe.php'],
        ['Mandolin', 'mandoline.php'],
        ['Guitar', 'guitare.php'],
        ['Violin and piano', 'violon.php'],
        ['Alto', 'alto.php'],
        ['Violincello', 'violoncelle.php'],
		['Double bass', 'contrebasse.php']
	],
    ['Woods', 'bois.php', null,
        ['Flute', 'flute.php'],
        ['Oboe and piano', 'hautbois.php'],
        ['Clarinet and piano', 'clarinette.php'],
		['Bassoon', 'basson.php']
	],
    ['Brass', 'cuivres.php', null,
        ['Saxophone', 'saxophone.php'],
        ['Horn', 'cor.php'],
        ['Tuba and saxhorn', 'tuba.php'],
        ['Trumpet or cornet', 'trompette.php'],
        ['Bugle', 'bugle.php'],
		['Trombone', 'trombone.php']
	],
    ['Others', 'divers_ins.php', null,
        ['Harmonica', 'harmonica.php'],
        ['Chimes', 'carillon.php'],
        ['Percussion', 'percussion.php'],
		['Alpin horn', 'alpes.php']
	],
    ['Groups', 'ensembles.php', null,
        ['Violins', 'eviolon.php'],
        ['Violincello and orchestra', 'evioorch.php'],
        ['Violincellos', 'evioloncelle.php'],
        ['Double bass', 'econtrebasse.php'],
        ['Wind intrument groups', 'events.php'],
        ['Accordeons groups', 'eaccordeon.php'],
        ['Strings and various groups', 'eformation.php'],
        ['Harmony orchestra and fanfare', 'harmonie.php'],
		['Symphonic music', null, null,
            ['Small orchestra','ptorchestre.php'],
            ['Orchestra','orchestre.php'],
            ['Concertos','concerto.php']
        ]
	],
    ['More...', 'autres.php', null,
        ['Vocal works', null, null,
            ['Voice and various groups','vocales.php'],
            ['Melodies','melodies.php'],
            ['Choirs a cappella','choeurs.php'],
        ],
        ['Lyrical works', 'lyriques.php'],
        ['Ballets', 'ballets.php'],
        ['Radio music', 'radio.php'],
        ['Theater music', 'scene.php'],
        ['Transcriptions', 'transcriptions.php'],
		['Educational works', 'didactiques.php']
	],
    ['Disks', 'disques.php', null,
        ['Discography', 'discography.php'],
        ['Excerpts', 'extraits.php'],
		['CD', 'cd.php']
	],
 	['Association', 'assoc.php', null,
        ['Visitor\'s book','book.php'],
        ['Search for missing scores','missing.php'],
        ['Contact','contact.php'],
		['Events','evenements.php'],
		['Administration','comite.php'],
		['Archives','archives.php']
	],
	['Links', 'links.php', null,
		['Publishers','editeurs.php'],
		['Scores','partitions.php'],
		['Miscellaneous','divers.php']
	]
];

