/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Conservation', null, null,
		['Introduction', 'accueil_fr.html'],
		['Objectifs', 'objectifs_fr.html'],
		['Sensibilisation', 'sensib_fr.html'],
		['Soutien', 'soutien_fr.html']
	],
	['Information', null, null,
		['Actualité', 'actu_fr.htm'],
		['Amis de CIRCE', 'amis_circe_fr.htm'],
		['Newsletter', 'rorqual.htm'],
		['Projet d\'éducation', null],
		['Presse', 'prensa_fr.htm']
	],
	['Recherche', null, null,
		['Publications', 'prog_fr.html'],
		['Matériel', 'elsa_fr.htm'],
		['Collaboration', 'partenaires_fr.html'],
		['Partenaires', 'liens_fr.htm'],
		['Base de donnée', 'database_fr.html']
	],
	['Cétacés', null, null,
		['Galerie photo', 'galerie_fr.htm']
	],
	['Contact', null, null,
		['Contact', 'contact_fr.htm'],
		['Qui sommes nous', 'qui_fr.htm']
	],
		['Participez', null, null,
		['Volontariat', 'voluntariado_fr.htm'],
		['Equipier scientifique', 'ecotour_fr.html'],
		['Métier et stage', 'metier_fr.htm'],
	],
];
