function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("Programid", "Programas", "Programas",  null, null);
	menu.addItem("Reprodumid", "Reproductores", "Reproductores",  null, null);
	menu.addItem("Videosid", "Videos y Juegos", "Videos y Juegos",  null, null);
	menu.addItem("Fuentesid", "Fuentes", "Fuentes",  null, null);
	menu.addItem("Antivirusid", "Antivirus", "Antivirus",  null, null);
	menu.addItem("Tarotid", "Tarot", "Tarot",  null, null);
	
	menu.addSubItem("Programid", "Descompresores", "Descompresores",  "Descompresores.htm");
	menu.addSubItem("Programid", "Mirc", "Mirc", "Mirc.htm");
	menu.addSubItem("Programid", "Real Player", "Real Player",  "Real Player.htm");
	
	menu.addSubItem("Reprodumid", "Winamp", "Winamp",  "Reproductores.htm");
	menu.addSubItem("Reprodumid", "Napster", "Napster",   "Reproductores.htm");
	menu.addSubItem("Reprodumid", "Earjam IMP", "Earjam IMP",  "Reproductores.htm");
	menu.addSubItem("Reprodumid", "FreeAMP", "FreeAMP",  "Reproductores.htm");
	menu.addSubItem("Reprodumid", "ModPlay", "ModPlay",  "Reproductores.htm");
	menu.addSubItem("Reprodumid", "Multivisor", "Multivisor",  "Reproductores.htm");
      

	menu.addSubItem("Videosid", "Videos", "Videos",  "Videos.htm");
	menu.addSubItem("Videosid", "Flash y Powerpoint", "Flash y Powerpoint",  "flash.htm");
	menu.addSubItem("Videosid", "Anuncios", "Anuncios", "videosanuncios.htm");
	menu.addSubItem("Videosid", "Juegos", "Juegos",  "Juegos.htm");

	menu.addSubItem("Fuentesid", "Fuentes", "Fuentes",  "Fuentes.htm");
	menu.addSubItem("Fuentesid", "Fuentes Divertidas", "Fuentes Divertidas",  "FuentesDivertidas.htm");
	menu.addSubItem("Fuentesid", "Fuentes Simbolos", "Fuentes Simbolos", "FuentesSimbolos.htm");

	menu.addSubItem("Antivirusid", "Inoculate", "Inoculate", "Antivirus.htm");
	menu.addSubItem("Antivirusid", "Panda", "Panda",  "Antivirus.htm");
	menu.addSubItem("Antivirusid", "MCaffe", "MCaffe",  "Antivirus.htm");
	menu.addSubItem("Antivirusid", "Norton", "Norton",  "Antivirus.htm");
	
	menu.addSubItem("Tarotid","Cartas","Cartas","presentaciontarot.htm");
	menu.addSubItem("Tarotid","Tiradas","Tiradas","presentaciontiradas.html");
	
	menu.showMenu();
}
