// Tree structure definition
var TREE_NODES = [

	["Accueil", "accueil/index.html", "main"],

	["La collection", "collection/index.html", "main"],

	["L'&eacute;diteur", "editeur/index.html", "main",
		["Pourquoi Approche &middot;", "editeur/pourquoi.html", "main"],
		["Autres collections &middot;", "editeur/autres.html", "main"],
	],

	["Les auteurs", "auteurs/index.html", "main",
		["Pierre Corbeil &middot;", "auteurs/pierre.html", "main"],
		["Andr&eacute;e Leclerc &middot;", "auteurs/andree.html", "main"],
		["Guy T&eacute;treault &middot;", "auteurs/guy.html", "main"],
	],

	["Les sources", "sources/index.html", "main",
		["Les V&eacute;das &middot;", "sources/vedas.html", "main"],
		["Bhaktivedanta Swami &middot;", "sources/bhaktivedanta.html", "main"],
	],

	["Catalogue", "catalogue/index.html", "main"],

	["Calendrier", "calendrier/index.html", "main"],

	["Chroniques", "chroniques/index.html", "main"],

	["Foire aux questions", "faq/index.html", "main"],

	["T&eacute;moignages", "temoignages/index.html", "main"],

	["Archives", "archives/index.html", "main",
		["Lancements &middot;", "archives/lancements/index.html", "main"],
		["&Eacute;v&eacute;nements &middot;", "archives/evenements/index.html", "main"],
		["Le saviez-vous ? &middot;", "archives/lesaviezvous/index.html", "main"],
		["Conf&eacute;rences &middot;", "archives/conferences/index.html", "main"],
		["Bulletins &middot;", "archives/bulletins/index.html", "main"],
		["M&eacute;dias &middot;", "archives/media/index.html", "main"],
	],


	["Contacts", "contacts/index.html", "main"],

	["Recherche", "form/recherche.html", "main"],

];
