/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Le Site', null, null,
		['accueil', '../index.php?page=accueil'],
		['livre d\'or', '../index.php?page=livre'],
		['remerciements', '../index.php?page=remerciements'],
		['administration', '../admin']
	],
	['Biographie', null, null,
		['présentation des membres', '../index.php?page=bio_1'],
		['chronologie', '../index.php?page=bio_2'],
		['biographie', '../index.php?page=bio_3']
	],
	['Discographie', null, null,
		['genesis', '../index.php?page=genesis'],
		['peter gabriel', '../index.php?page=peter'],
		['phil collins', '../index.php?page=phil'],
		['ray wilson', '../index.php?page=ray'],
		['tony banks', '../index.php?page=tony'],
		['mike rutherford', '../index.php?page=mike'],
		['steve hackett', '../index.php?page=steve'],
		['anthony phillips', '../index.php?page=ant'],
		['vidéographie', '../index.php?page=video']
	],
	['Ressources', null, null,
		['f.a.q.', '../index.php?page=faq'],
		['photos', '../index.php?page=photos'],
		['set lists', null, null,
			['genesis', '../index.php?page=setlist'],
			['peter gabriel', '../index.php?page=setlist_peter'],
			['phil collins', '../index.php?page=setlist_phil']
		],
		['articles', null, null,
			['lettre de départ de peter gabriel en 75', '../index.php?page=lettre'],
			['pourquoi phil collins n\'a pas ruiné genesis', '../index.php?page=pcgen'],
			['explication de the lamb', '../index.php?page=explilamb'],
			['traduction du texte d\'intro de the lamb', '../index.php?page=introlamb'],
			['les différents logos de genesis', '../index.php?page=logo'],
			['the musical box', '../index.php?page=tmb']
		],
		['livres', null, null,
			['chapter and verse - toute l\'aventure', '../index.php?page=chapterandverse'],
			['la boîte à musique', '../index.php?page=fredelage']
		],
		['liens', '../index.php?page=liens'],
		['téléchargements', '../index.php?page=telechargements'],
	],
	['Forum', 'index.php'],
	['Contact', '../index.php?page=contacts']
];

