// menu_items.js file
// comments block here
//VERSION FRANCAISE

var MENU_ITEMS =[
	["Accueil", "/lnc/index.php?page=accueil",
		["Home page", "/lnc/index.php?page=accueil" ],
		["Accéder au labo","/lnc/index.php?page=planAcces"]
	],
	["Personnel", null,
		["Annuaire",  "/lnc/personnel/personnel_view.php"],
		["Organigramme","/lnc/index.php?page=organigramme"],
	],
	["Equipes", null,
		["Fonctions cognitives des ganglions de la base", "/lnc/index.php?page=ganglia"],
		["Chronométrie et dynamique cérébrale", "/lnc/ACT/act-fr.html"],
		["Bases neurales de la cognition spatiale", "/lnc/index.php?page=espace"],
		["Contrôle multisensoriel du mouvement", "/lnc/index.php?page=mouvement"],
		["Equipe technique", "/lnc/index.php?page=technic"]
	],
		["Publications", "/lnc/index.php?page=biblio"],
	
	["Actualités",null,
	 ["Evénements LNC","/lnc/index.php?page=news_grand"],
     ["Archives LNC","/lnc/freenews/news_archive.php"],
	 ["Conférences du pôle 3C","http://www.up.univ-mrs.fr/document.php?pagendx=1613&project=pole3c"],
	 ["Séminaires LPC","http://www.up.univ-mrs.fr/document.php?pagendx=1086&project=lpc"],
	 ["Séminaires INCM","http://www.incm.cnrs-mrs.fr/seminaires.php"]
  ],   
];
