/*
  --- 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', {'tw' : '_parent'}],
	['Hypnose ericksonienne','hypnoseericksonienne.htm', {'tw' : '_parent'}],
	['Thérapies brèves','therapiesbreves.htm', {'tw' : '_parent'}],
	['Coaching','coaching.htm', {'tw' : '_parent'}],
	['Formations','http://www.inctb.net', {'tw' : '_blank'}],
	['Collection Hypno-solutions','produits.htm', {'tw' : '_parent'}],
	['Partenaires', null, null,
		['INCTB','http://www.inctb.net', {'tw' : '_blank'}],
		['Psycho-D Editions','http://www.psychodeditions.net', {'tw' : '_blank'}],
		['Espace Anti Stress','http://www.espaceantistress.com', {'tw' : '_blank'}],
		['PSYCHO-Doc','http://psychodoc.free.fr', {'tw' : '_blank'}],
		['Agoraphobie.org','http://www.agoraphobie.org', {'tw' : '_blank'}],
		['Anxiété sociale.org','http://www.anxietesociale.org', {'tw' : '_blank'}],
		['Troubles alimentaires.org','http://www.troublesalimentaires.org', {'tw' : '_blank'}],
		['Espacecoaching.net','http://www.espacecoaching.net', {'tw' : '_blank'}],
		['Obsessions et compulsions','http://www.sltoc.net', {'tw' : '_blank'}],
		['Dépendances.net','http://www.dependances.net', {'tw' : '_blank'}],
		['Fibromyalgie et fatigue','http://www.fibrofatigue.org', {'tw' : '_blank'}],
		['Blog psy','http://www.blogpsy.net', {'tw' : '_blank'}],
		['Forum thérapies brèves','http://www.forumtherapiesbreves.com', {'tw' : '_blank'}],
		['Liens','liens.hm', {'tw' : '_parent'}],
	],
	['Contact','contact.htm', {'tw' : '_parent'}],
	['Forum thérapies brèves','http://www.forumtherapiesbreves.com', {'tw' : '_blank'}],
	['LIBRAIRIE','http://www.psychodeditions.net', {'tw' : '_blank'}],
];