function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "European Forum", "European Forum",  null, null);
	menu.addItem("newsid", "The Forums", "The Forums",  null, null);
	menu.addItem("freedownloadid", "News & Rankings", "News & Rankings",  null, null);
	menu.addItem("searchengineid", "Other Services", "More services !",  null, null);
	menu.addItem("miscid", "Football Network", "Our partner sites",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "index.html");
	menu.addSubItem("webmasterid", "About the Forum", "About the European Forum",  "javascript:About()");
	menu.addSubItem("webmasterid", "The Support Program", "The Support Program",  "support.html");
	menu.addSubItem("webmasterid", "Mail Administrator", "Mail Administrator",  "mailto:euroforum@tnfj.com");

	menu.addSubItem("newsid", "Open Forum", "Open Forum",  "http://pub3.ezboard.com/feuroforumeuropeanforum");
	menu.addSubItem("newsid", "Officiating", "Officiating",  "http://pub3.ezboard.com/feuroforumofficiating");
	menu.addSubItem("newsid", "Coaching", "Coaching",  "http://pub3.ezboard.com/feuroforumcoaching");
	menu.addSubItem("newsid", "Forum Espaņa", "Forum Espaņa",  "http://pub3.ezboard.com/feuroforumdomestic");
	menu.addSubItem("newsid", "Game reports", "Game reports",  "http://pub3.ezboard.com/feuroforumgamereports");
	menu.addSubItem("newsid", "Rankings", "Rankings",  "http://pub3.ezboard.com/feuroforumrankings");
        menu.addSubItem("newsid", "Positions", "Positions",  "http://pub3.ezboard.com/feuroforumpositions");
	menu.addSubItem("newsid", "Euro 25", "The Voting Booth",  "http://pub3.ezboard.com/feuroforum2euro25");

	menu.addSubItem("freedownloadid", "Around Europe", "News from all over Europe",  "../News/aroundeuro.html");
	menu.addSubItem("freedownloadid", "From the States", "News from the US",  "javascript:States()");
	menu.addSubItem("freedownloadid", "Euro 25", "The Euro 25 Poll", "../Euro25/");
        menu.addSubItem("freedownloadid", "TNFJ, by country", "TNFJ.com Rankings",  "javascript:Foreign()");

	menu.addSubItem("searchengineid", "Mail @ TNFJ.com", "Free e-mail @ TNFJ.com !",  "http://tnfj.mail.everyone.net");
	menu.addSubItem("searchengineid", "Football Chat", "Football Chat",  "../chat.html");
	menu.addSubItem("searchengineid", "TNFJ Directory", "All the football links you will ever need",  "../Directory/");
	menu.addSubItem("searchengineid", "TNFJ Downloads", "Lots of useful downloads from TNFJ.com", "../Downloads/");
	menu.addSubItem("searchengineid", "TNFJ Store", "Buy books, posters, equipment, videos...",  "../Store/");

        menu.addSubItem("miscid", "EAFCA", "European American Football Coaches Association",  "../eafca");
        menu.addSubItem("miscid", "Euro 25", "Euro 25 Poll",  "../Euro25");
	menu.addSubItem("miscid", "TNFJ.com", "The Norwegian Football Junkie",  "../");
	menu.addSubItem("miscid", "Under Center", "Under Center",  "http://www.undercenter.f9.co.uk/");
	menu.addSubItem("miscid", "WCC", "World Coaching Connection",  "http://www.ticino.com/usr/gvolpi");
        menu.addSubItem("miscid", "Your site here ?", "Want to join ?",  "../footballnetwork.html");

	menu.showMenu();
}