function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "   INICIO", "INICIO",  null, null);
	menu.addItem("newsid", "DOCENCIA", "DOCENCIA",  null, null);
	menu.addItem("freedownloadid", "COMPLEMENTOS", "COMPLEMENTOS",  null, null);
	menu.addItem("searchengineid", "CALIFICACIONES e INFORMES", "CALIFICACIONES e INFORMES",  null, null);
	menu.addItem("miscid", "ASTRONOMÍA", "ASTRONOMÍA",  null, null);

	menu.addSubItem("webmasterid", "Saludo", "Saludo",  "saludo.htm");
	menu.addSubItem("webmasterid", "Colaboraciones", "Artículos de colaboración",  "colabora.htm");
	menu.addSubItem("webmasterid", "IES NICOLÁS COPÉRNICO", "IES NICOLÁS COPÉRNICO",  "index.htm");
	menu.addSubItem("webmasterid", "Contactar con el Departamento", "Contactar",  "mailto:rgfarfan@ecija.org?subject=Página. Contactar");

	menu.addSubItem("newsid", "Tercero de ESO", "Tercero de ESO",  "tercero.htm");
	menu.addSubItem("newsid", "Cuarto de ESO", "Cuarto de ESO",  "cuarto.htm");
	menu.addSubItem("newsid", "Primero de Bachillerato", "Primero de Bachillerato",  "primerob.htm");
	menu.addSubItem("newsid", "Segundo de Bachillerato", "Segundo de Bachillerato",  "segundob.htm");
	menu.addSubItem("newsid", "Alumnos con la asignatura pendiente", "Alumnos Pendientes",  "http://perso.wanadoo.es/paulagm");
	

	menu.addSubItem("freedownloadid", "Prácticas de Laboratorio", "Prácticas de Laboratorio",  "plaboratorio.htm");
	menu.addSubItem("freedownloadid", "Programaciones", "Programaciones",  "programaciones.htm");
      	menu.addSubItem("freedownloadid", "LIbros y Enlaces", "Libros y Enlaces",  "libroenlace.htm");
 	menu.addSubItem("freedownloadid", "Noticiario Científico", "Noticias de Ciencia",  "http://perso.wanadoo.es/fisica/noticias.htm");
	menu.addSubItem("freedownloadid", "Lecturas y Textos complementarios", "Textos",  "textos.htm");

	menu.addSubItem("searchengineid", "Secundaria", "Notas de Secundaria",  "notas.htm");
	menu.addSubItem("searchengineid", "Bachillerato", "Notas de Bachillerato",  "notas.htm");
	menu.addSubItem("searchengineid", "Notas de Alumnos Pendientes", "Notas de Alumnos Pendientes",  "notas.htm");

	menu.addSubItem("miscid", "Fotos de Salidas de Observación", "Fotos de Observaciones",  "http://perso.wanadoo.es/farfan1/observaciones.htm");
	menu.addSubItem("miscid", "Historia del Grupo de Astronomía Nicolás Copérnico (1)", "Historia OBNICO",  "http://perso.wanadoo.es/farfan1/felipa.htm");
	menu.addSubItem("miscid", "La Locura de montar un Observatorio", "Observatorio",  "http://www.juntadeandalucia.es/averroes/copernico/obnico.htm");
	menu.addSubItem("miscid", "Fotografías Conferencia M.Toharia", "Conferencia M.Toharia",  "http://www.juntadeandalucia.es/averroes/copernico/confe.htm");
	menu.addSubItem("miscid", "Relojes de Sol", "Relojes de Sol",  "http://perso.wanadoo.es/farfan1/Astrono/RSOL.pdf");
	menu.addSubItem("miscid", "Apuntes de Introducción a la Astronomía", "Apuntes",  "http://perso.wanadoo.es/farfan1/Astrono/Apuntes basico.pdf");
	menu.addSubItem("miscid", "Secuencia continua de fotos de Actividades", "Secuencia de fotos",  "http://perso.wanadoo.es/farfan1/ppt/images.htm");
	menu.showMenu();
}
