// base directory is: www/menu
var NODES_F = [
	['ACCUEIL', '../pageaccueil.html', 'page'],
	['PARENTS', '../pageparents.html', 'page'],
	['TEMOIGNAGES', '../pagetemoignages.html', 'page'],
	['PUBLICATION', '../pagepublications.html', 'page'],
	['NOS POSITIONS', '../pagepositions.html', 'page'],
	['LIVRES', '../plivres.html', 'page'],
	['NOUVEAUTES', '../pagenouveautes.html', 'page'],
	['LIENS', '../pliens.html', 'page'], 
	['INTERNE MEMBRES', null, 'intern_membre',
		['Aide scolaire', null, null,
			['Livres', '../intern_membre/livres/liste_livres_utiles.doc', 'page'],
			['Langues', 'javascript:open_langue()', ''],
			['Calcul', 'javascript:open_calcul()', '']
		],
	//	['Concours', '../intern_membre/concours.php', '_blank']
	],
	['INTERNE COMITE', null, 'intern_comite',
		['FICHIER MEMBRES', '../database/program_files/form.php?function=search&sql=&page=0&table_name=member&order=nom', '_blank'],
		['PUBLIPOSTAGE', '../admin/publipostage/publipostage.php', '_blank'],
		['DB ADMIN', '../database/program_files/admin.php', '_blank'],
		['compte utilisateur', null, null,
			['gestion accès', '../admin/gestion_acces/send_login_data.php', '_blank'],
			['Changer de mot de passe', 'javascript:chg_passwd()', '']
		],
		['Aide scolaire', null, null,
			['Voc', null, null,
				['Allemand','../database/program_files/form.php?function=search&sql=&page=0&table_name=voc_d', 'page']
			]
		]
	]
];
