/*
  --- 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 = [
	['Afficher', null,null,
		['Lista de las familias', './displayListNoms.php?lang=es']
	],
	['Estadísticas', null, null,
		['Generales', './Stats_general.php?lang=es'],
		['Top 10 familia', './Stats_10Familles.php?lang=es']
	],
	['Links', null, null,
		['Nom Prénom', 'http://nomsprenoms.club-internet.fr'],
		['Ellis Island', 'http://www.ellisisland.org/'],
	],
	['Contactos', null, null,
		['Contáctanos', 'http://www.mellano.net/SendMailForm.php?subject=Commentaire_Arbregen&lang=es']
	],
];


