//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("infogenid", "Information générale", "Información general del Departamento de francés",  "infogenfr.htm","");
	menu.addItem("manualesid", "Manuels", "Libros de texto utilizados",  "manualesfr.htm", null);
	menu.addItem("pruebasid", "Examens", "Pruebas de evaluación",  "pruebasfr.htm", "");
	menu.addItem("lecturasid", "Lectures", "Lecturas durante el curso",  "lecturasfr.htm", "");
	menu.addItem("biblioid", "Bibliographie", "Bibliografía recomendada",  "bibliogrfr.htm", "");
	menu.addItem("catbibliofrid", "Bibliothèque", "Catálogo biblioteca",  "catbibliofr.htm", "");
	menu.addItem("programfrid", "Programme", "Programación departamento",  "programfr.htm", "");
	menu.addItem("enlacesid", "Liens", "Enlaces útiles", "enlacesfr.htm","");

	//menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "");
	//menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/", "_blank");

	//menu.addSubItem("manualesid", "CNN", "CNN",  "http://www.cnn.com", "");
	
	//menu.addSubItem("pruebasid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "");
	
	//menu.addSubItem("lecturasid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	
	//menu.addSubItem("biblioid", "Cnet", "Cnet",  "http://www.cnet.com/", "");	

		//menu.addSubItem("enlacesid", "Chercheurs", "Chercher dans le WEB",  "#chercheurs", "");
		//menu.addSubItem("enlacesid", "Exp. écrite", "Travailler l'expression écrite",  "#expecrite", "");
		
	menu.showMenu();
}
