/*
  --- 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 = [
	['Accueil', 'index.html'
	],
	['Nous Contacter', 'CONTACT/index.html'
	],
	['Informations', 'distinction/index.html'
	],
	['Naturopathie', null, null,
		['Programme', 'naturopathie/index.html'],
		['Répartition des heures', 'repartition/index.html'],
	],
	['Cours Modulaires', null, null,
		['Alimentation saine et thérapeutique', 'cours%20modulaires/alimentation/index.html'],
		['Anatomie - Physiologie', 'cours%20modulaires/anatomie/index.html'],
		['Aromathérapie Familiale', 'cours%20modulaires/aroma_fam/index.html'],
		['Aromathérapie Scientifique', 'cours%20modulaires/aroma_scien/index.html'],
		['Aromathérapie Psychophysiologique', 'cours%20modulaires/aroma_psycho/index.html'],
		['Des pieds entre bonnes mains', 'cours%20modulaires/pieds%20et%20mains/index.html'],
		['Électropuncture', 'cours%20modulaires/electropuncture/index.html'],
		['Élixirs floraux du Dr. Bach', 'cours%20modulaires/elixirs/index.html'],
		['Fabrication de produits de soins naturels', 'cours%20modulaires/fabrication/index.html'],
		['Homéopathie familiale', 'cours%20modulaires/homeopathie/index.html'],
		['Iridologie', 'cours%20modulaires/iridologie/index.html'],
		['Réflexologie', 'cours%20modulaires/reflexologie/index.html'],
		['Sels biochimiques', 'cours%20modulaires/sels%20biochimiques/index.html'],
	],
];

