/*
  --- 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'}],
	['Troubles', null, null,
		['Phobie sociale','ps.htm', {'tw' : '_parent'}],
		['Timidité','timidite.htm', {'tw' : '_parent'}],
		['Trac','trac.htm', {'tw' : '_parent'}],
		['Personnalité évitante','pe.htm', {'tw' : '_parent'}],
		['Ereutophobie','ereutophobie.htm', {'tw' : '_parent'}],
		['Phobie scolaire','phobiescolaire.htm', {'tw' : '_parent'}],
		['Anxiété','anxiete.htm', {'tw' : '_parent'}],
		['Trouble panique','panique.htm', {'tw' : '_parent'}],
	],
	['Thérapies','therapies.htm', {'tw' : '_parent'}],
	['Auto-traitement', null, null,
		['Séances spécifiques','seances.htm', {'tw' : '_parent'}],
		['Méthode Anxiété sociale','etas.htm', {'tw' : '_parent'}],
	],
	['Forum','http://www.forumtherapiesbreves.com', {'tw' : '_blank'}],
	['Livre d Or','http://anxietesociale.org/tinc?key=dYbS6R2B&start=-1&reverse=1', {'tw' : '_blank'}],
	['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'}],
	['LIBRAIRIE','http://www.psychodeditions.net', {'tw' : '_blank'}],
];