function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, target);

	menu = new Menu();
	menu.addItem("prez", "Prezentare", "Prezentare",  null, null);
	menu.addItem("org", "Organziare", "Organizare",  null, null);
	menu.addItem("prog", "Programe", "Programe",  null, null);
	menu.addItem("micro", "Microregiune", "Microregiune",  null, null);
	menu.addItem("publi", "Publicatii", "Publicatii",  null, null);
	menu.addItem("link", "Link-uri", "Link-uri",  "http://ecotop.greenagenda.org/linkuri.htm", null);
	menu.addItem("photo", "	Galerie foto", "Galerie foto",  "http://ecotop.greenagenda.org/galerie.htm", null);
	menu.addItem("home", "Home", "Home", null, null);
	menu.addItem("lang", "English", "English",  "http://ecotop.greenagenda.org/english.htm", null);



menu.addSubItem("prez", "Date generale", "Date generale",  "http://ecotop.greenagenda.org/prez.htm", "_self");
menu.addSubItem("prez", "Activitati derulate", "Activitati derulate",  "http://ecotop.greenagenda.org/activ.htm", "_self");
menu.addSubItem("prez", "Imnul Ecotop", "Imnul Ecotop",  "http://ecotop.greenagenda.org/imn.htm", "_self");
menu.addSubItem("prez", "Contact", "Contact",  "http://ecotop.greenagenda.org/contact.htm", "_self");

        menu.addSubItem("org", "Biotop acvatic", "Biotop acvatic",  "http://ecotop.greenagenda.org/biotop.htm", "_self");
	menu.addSubItem("org", "Dezvoltare interna", "Dezvoltare interna",  "http://ecotop.greenagenda.org/dezv.htm", "_self");
	menu.addSubItem("org", "Miniecotop", "Miniecotop",  "http://ecotop.greenagenda.org/miniecotop.htm", "_self");
	menu.addSubItem("org", "Tineret", "Tineret",  "http://ecotop.greenagenda.org/tineret.htm", "_self");
	menu.addSubItem("org", "Turism montan", "Turism montan",  "http://ecotop.greenagenda.org/turism.htm", "_self");
	
	menu.addSubItem("prog", "Dezvoltare rurala", "Dezvoltare rurala",  "http://ecotop.greenagenda.org/dezvrur.htm", "_self");
	menu.addSubItem("prog", "Ecotin", "Ecotin",  "http://ecotop.greenagenda.org/ecotin.htm", "_self");
	menu.addSubItem("prog", "Educatie ecologica", "Educatie ecologica",  "http://ecotop.greenagenda.org/edeco.htm", "_self");
	menu.addSubItem("prog", "Turism", "Turism",  "http://ecotop.greenagenda.org/progturism.htm", "_self");

	menu.addSubItem("micro", "Finis-Remetea", "Finis-Remetea",  "http://www.greenagenda.org/remetea", "_self");
      menu.addSubItem("micro", "Strategia Finis", "Strategia Finis",  "http://www.greenagenda.org/remetea/finis.htm", "_self");
      menu.addSubItem("micro", "Monografia Finis 302Kb", "Monografia Finis 302Kb",  "http://www.greenagenda.org/remetea/m_finis.htm", "_self");
      menu.addSubItem("micro", "Strategia Remetea", "Strategia Remetea",  "http://www.greenagenda.org/remetea/remetea.htm", "_self");
	
	menu.addSubItem("publi", "Afise", "Afise",  "http://ecotop.greenagenda.org/afise.htm", "_self");	
        menu.addSubItem("publi", "Brosuri", "Brosuri",  "http://ecotop.greenagenda.org/brosuri.htm", "_self");
	
menu.addSubItem("home", "Prima pagina", "Prima pagina",  "http://www.greenagenda.org/ecotop/index1.shtml", "_self");
menu.addSubItem("home", "Greenagenda", "Greenagenda",  "http://www.greenagenda.org", "_top");

menu.showMenu();
}
