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

	menu = new Menu();
	menu.addItem("juniorid", "JUNIOR", "CATEGORĶA JUNIOR WC",  null, null);
	menu.addItem("junior2id", "JUNIOR", "CATEGORĶA JUNIOR WC",  null, null);
	menu.addItem("newsid2", "SENIOR", "Senior WC",  null, null);
	menu.addItem("freedownloadid", "SENIOR", "Senior WC",  null, null);
	menu.addItem("frenchid", "PRECISION TEAM", "Precision Teams",  null, null);




        menu.addSubItem("juniorid", "REVIEW of 2000", "Info",  "http://www.rsweb.org/worlds/p002.html");
	menu.addSubItem("juniorid", "Paseo Internacional de la Fama de la Web RS", "Paseo de la Fama",  "http://216.97.30.129/hof/index.html");
	menu.addSubItem("juniorid", "  ", "  ",  "  ");



	menu.addSubItem("junior2id", " FIGURAS FEMENINO", "info",  " null ");
	menu.addSubItem("junior2id", " FIGURAS MASCULINO", "info",  " null ");
        menu.addSubItem("junior2id", "  ", "  ",  "  ");




	menu.addSubItem("newsid2", "Paseo Internacional de la Fama de la Web RS", "Paseo de la Fama",  "http://216.97.30.129/hof/index.html");
	menu.addSubItem("newsid2", "&nbsp;", "&nbsp;",  "null");
	menu.addSubItem("newsid2", "&nbsp;", "&nbsp;",  "null");
        menu.addSubItem("newsid2", "&nbsp;  ", "  ",  "  ");




	menu.addSubItem("freedownloadid", "&nbsp;", "&nbsp;",  "&nbsp;");
	menu.addSubItem("freedownloadid", "&nbsp;", "&nbsp;",  "&nbsp;");
        menu.addSubItem("freedownloadid", "  ", "  ",  "  ");




	menu.addSubItem("frenchid", "&nbsp;", "&nbsp;",  "&nbsp;");
        menu.addSubItem("frenchid", "&nbsp;", "&nbsp;",  "&nbsp;");
	menu.addSubItem("frenchid", "", "Homepage",  "");




	menu.showMenu();
}
