function showToolbar()
{
// Voci principali(identificativo, voce del menų, testo alternativo nel fumetto, URL,URL alternativa);
// Voci sottomenų(identificativo del menų, voce del sottomenų, testo alternativo nel fumetto, URL);

	menu = new Menu();
	menu.addItem("primomenuid", "Notizie sportive", "Notizie sportive",  null, null);
	menu.addItem("secondomenuid", "Rassegna Stampa", "Guarda la Rassegna Stampa",  null, null);
	menu.addItem("terzomenuid", "Meteo, tv, oroscopo, varie", "Meteo, tv, oroscopo varie",  null, null);
	menu.addItem("quartomenuid", "Cerca nel web", "Cerca nel web",  null, null);
	menu.addItem("quintomenuid", "Barbanella Web", "Barbanella Web",  null, null);

	menu.addSubItem("primomenuid", "Grosseto Calcio", "sito ufficiale",  "http://www.usgrosseto.com");
	menu.addSubItem("primomenuid", "Forza Grosseto", "sito dedicato al Grosseto Calcio",  "http://www.forzagrosseto.com");
	menu.addSubItem("primomenuid", "Barbanella Calcio", "sito ufficiale",  "http://www.nuovagrosseto.it/");
	menu.addSubItem("primomenuid", "Calcio mercato", "tuttomercato.com",  "http://www.tuttomercatoweb.com/");
	menu.addSubItem("primomenuid", "Calcio mercato web", "calciomercato.com",  "http://www.calciomercato.com/");
	menu.addSubItem("primomenuid", "BBC Grosseto", "Baseball Grosseto",  "http://www.bbcgrosseto.it/");
	menu.addSubItem("primomenuid", "Rassegna notizie sportive", "rassegna sport completa",  "http://www.barbanella.altervista.org/sports.htm");
	menu.addSubItem("primomenuid", "", "",  "null");
	
	menu.addSubItem("secondomenuid", "Rassegna completa", "Rassegna stampa completa",  "http://www.barbanella.altervista.org/RassegnaStampa.htm");
	menu.addSubItem("secondomenuid", "Rai News 24", "Notizie RAI",  "http://www.rainews24.rai.it/");
	menu.addSubItem("secondomenuid", "TG COM", "Notizie Mediaset",  "http://www.tgcom.mediaset.it/");
	menu.addSubItem("secondomenuid", "Google News", "Notizie aggiornate tempo reale",  "http://news.google.it/nwshp?ned=it");
	menu.addSubItem("secondomenuid", "Agenzia ANSA", "Notizie ANSA",  "http://www.ansa.it/");
	menu.addSubItem("secondomenuid", "Adnkronos", "Adnkronos",  "http://www.adnkronos.com/");	
	menu.addSubItem("secondomenuid", "Virgilio Notizie", "Virgilio News",  "http://notizie.virgilio.it/home/index.html");
	menu.addSubItem("secondomenuid", "Toscana Notizie", "Toscana News",  "http://it.news.yahoo.com/toscana");
	menu.addSubItem("secondomenuid", "", "",  "null");

	menu.addSubItem("terzomenuid", "Meteo Grosseto", "Meteo Grosseto", "http://www.lamma.rete.toscana.it/previ/ita/comuni_rt/comgr/index.html");
	menu.addSubItem("terzomenuid", "Programmi TV", "Programmi TV", "http://www.miniportale.it/miniportale/Televisione.htm");
              menu.addSubItem("terzomenuid", "Cinema Grosseto", "Cinema Grosseto",   "http://www.capital.it/trovacinema/ricerca_film.jsp?dove=C&prov=GR&per=film&film=0&cinema=oppure+inserisci+un+cinema&imageField2.x=54&imageField2.y=19");
	menu.addSubItem("terzomenuid", "Annunci gratis", "Annunci gratis",  "http://www.barbanella.altervista.org/Barbamercato.htm");
              menu.addSubItem("terzomenuid", "Oroscopo", "Oroscopo",  "http://www.porto.it/porto/oroscopo.htm");
	menu.addSubItem("terzomenuid", "Trasporti,elenchi,cam", "Trasporti,elenchi,cam", "http://www.barbanella.altervista.org/trasporti.htm");
	      menu.addSubItem("terzomenuid", "", "null");

	menu.addSubItem("quartomenuid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("quartomenuid", "Google", "Google",  "http://www.google.it/");
	menu.addSubItem("quartomenuid", "Altavista", "Altavista", "http://www.altavista.com");

	menu.addSubItem("quintomenuid", "Vai a Barbanella Web", "Vai a Barbanella Web",  "http://www.barbanella.altervista.org");
	menu.addSubItem("quintomenuid", "Scrivi sul muro", "Scrivi sul muro",  "http://www.lenus.it/view_guestbook.php?id=927");
	menu.addSubItem("quintomenuid", "Il Forum di Barbanella", "Il Forum di Barbanella",  "http://it.wopweb.net/services/forums/forum.php?id=511358680");
	menu.addSubItem("quintomenuid", "", "",  "null");


	menu.showMenu();
}