// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Sommaire','http://www.omacello.fr/index.html', {'tw' : '_parent'},
		['Présentation','http://www.omacello.fr/presentation.html', {'tw' : '_parent'}],
		['Revue de presse','http://www.omacello.fr/revue_de_presse.htm', {'tw' : '_parent'}],
		['Concerts','http://www.omacello.fr/concerts.htm', {'tw' : '_parent'}],
		['Classique','http://www.omacello.fr/Classique.htm', {'tw' : '_parent'}],
		['Variétés','http://www.omacello.fr/variete.htm', {'tw' : '_parent'}],
		['Musiques de films','http://www.omacello.fr/musique_de_films.htm', {'tw' : '_parent'}],
		['Traditionnel','http://www.omacello.fr/Traditionnel.htm', {'tw' : '_parent'}]
	],
	['Plus sur le quatuor', null, null,
		['Agenda','http://www.omacello.fr/agenda.htm', {'tw' : '_parent'}],
		['Album','http://www.omacello.fr/Album.htm', {'tw' : '_parent'}],
		['Odile','http://www.omacello.fr/cv_odile.htm', {'tw' : '_parent'}],
		['Magali','http://www.omacello.fr/cv_magali.htm', {'tw' : '_parent'}],
		['Laura','http://www.omacello.fr/cv_laura.htm', {'tw' : '_parent'}],
		['Nerte','http://www.omacello.fr/cv_nerte.htm', {'tw' : '_parent'}],
		['Vidéo','http://www.omacello.fr/video.html', {'tw' : '_parent'}],
		['Statuts','http://www.omacello.fr/Statuts.htm', {'tw' : '_parent'}],
		['Partenaires','http://www.omacello.fr/partenaire.htm', {'tw' : '_self'}]
	],
	['Boutique', null, null,
		['produits Omacello','http://www.omacello.fr/boutique/boutique.html', {'tw' : '_parent'}],
		<!--['Sac - Tasse','http://omacello.spreadshirt.net/fr/FR/Shop', {'tw' : '_parent'}],-->
		<!--['Casquette','http://omacello.spreadshirt.net/fr/FR/Shop/Index/index/page/2', {'tw' : '_parent'}],-->
		<!--['Débardeur','http://omacello.spreadshirt.net/fr/FR/Shop/Index/index/page/1', {'tw' : '_parent'}]-->
		
	],
	    <!--['Contact','mailto:robert.laino@libertysurf.fr', {'tw' : 'content'}]-->
];
