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

	menu = new Menu();
	menu.addItem("infoid", "INFORMAZIONE", "Information",  null, null);
	menu.addItem("juniorid", "JUNIORES", "Junior WC",  null, null);
	menu.addItem("junior2id", "JUNIORES", "Junior WC",  null, null);
	menu.addItem("newsid2", "SENIORES", "Senior WC",  null, null);
	menu.addItem("freedownloadid", "SENIORES", "Senior WC",  null, null);
	menu.addItem("frenchid", "GRUPPI PRECISION", "Precision Teams",  null, null);




        menu.addSubItem("infoid", "SCHEDULE", "Info",  "italian-schedule.html");
	menu.addSubItem("infoid", "  ", "  ",  "  ");





        menu.addSubItem("juniorid", "REVIEW of 2000", "Info",  "http://www.rsweb.org/worlds/p2.html");
	menu.addSubItem("juniorid", "  ", "  ",  "  ");




	menu.addSubItem("junior2id", "MENS SINGLES PRACTICE", "info",  " null ");
        menu.addSubItem("junior2id", "  ", "  ",  "  ");


	menu.addSubItem("newsid2", "JR WC Freestyle (E)", "Rinks",  "rinks.htm");
	menu.addSubItem("newsid2", "ESQUIRE TEAM DANCE (E) ", "     ",  "social.html");
        menu.addSubItem("newsid2", "  ", "  ",  "  ");


	menu.addSubItem("freedownloadid", "Level 1C FIGURES (E)", "INFORMATION",  "update-nov2000.htm");
	menu.addSubItem("freedownloadid", "Level 2B FIGURES (E)", "Siteos Miembros",  "rswebint.htm");
        menu.addSubItem("freedownloadid", "  ", "  ",  "  ");



	menu.addSubItem("frenchid", "Level 2C Solo Dance (E)", "Homepage",  "index2.html");
        menu.addSubItem("frenchid", "Level 1B Solo Dance (E)", "Homepage",  "http://216.97.30.129/");
	menu.addSubItem("frenchid", "", "Homepage",  "");




	menu.showMenu();
}
