function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("einn", "What are Andosols?", "What are Andosols?",  null, null);
	menu.addItem("tveir", "Working Groups", "Working Groups",  null, null);
	menu.addItem("thrir", "Andosols of Europe", "Andosols of Europe",  null, null);
	menu.addItem("fjorir", "Andosol Degradation", "ndosol Degradation",  null, null);
	menu.addItem("fimm", "Andosol landscape", "Andosol landscape",  null, null);
	menu.addItem("sex", "Soil Profiles", "Soil Profiles",  null, null);
	menu.addItem("sjo", "About COST-622", "About COST-622",  null, null);
	menu.addItem("atta", "Refernces", "References",  null, null);

	menu.addSubItem("einn", "Andosols", "Andosols",  "1.htm");
	menu.addSubItem("einn", "Properties of Andosols", "Properties of Andosols",  "1-1.htm");
	menu.addSubItem("einn", "Slide set of Andosols", "Slide set of Andosols",  "slides/etnanapoli/sld001.htm");

	menu.addSubItem("tveir", "WG 1", "WG 1",  "2-1.htm");
	menu.addSubItem("tveir", "WG 2", "WG 2",  "2-2.htm");
	menu.addSubItem("tveir", "WG 3", "WG 3",  "2-3.htm");
	menu.addSubItem("tveir", "WG 4", "WG 4",  "2-4.htm");
	menu.addSubItem("tveir", "WG 5", "WG 5",  "2-5.htm");


	menu.addSubItem("thrir", "Distribuiton/Soil map", "Distribuiton/Soil map",  "3.htm");
	menu.addSubItem("thrir", "Tabular information, extent", "Tabular information, extent",  "3-1.htm");

	menu.addSubItem("fjorir", "Andosols Degradation", "Andosols Degradation",  "vantar.htm");

	menu.addSubItem("fimm", "Examples", "Examples",  "5.htm");
	
	menu.addSubItem("sex", "Soil Profiles", "Examples",  "6.htm");

	menu.addSubItem("sjo", "Participants", "Participants",  "7.htm");
	menu.addSubItem("sjo", "Belgium", "Belgium",  "7-1.htm");
	menu.addSubItem("sjo", "France", "France",  "7-2.htm");
	menu.addSubItem("sjo", "Greece", "Greece",  "7-3.htm");
	menu.addSubItem("sjo", "Holland", "Holland",  "7-4.htm");
	menu.addSubItem("sjo", "Iceland", "Iceland",  "7-5.htm");
	menu.addSubItem("sjo", "Italy", "Italy",  "7-6.htm");
	menu.addSubItem("sjo", "Portugal", "Portugal",  "7-7.htm");
	menu.addSubItem("sjo", "Spain", "Spain",  "7-8.htm");
	menu.addSubItem("sjo", "United Kingdom", "United Kingdom",  "7-9.htm");

	menu.addSubItem("atta", "References", "References",  "8.htm");
	menu.addSubItem("atta", "Books", "Books",  "8-1.htm");
	menu.addSubItem("atta", "Search", "Search",  "http://www.rala.is/endnote");
	menu.addSubItem("atta", "Links", "Links",  "8-2.htm");
	
	menu.showMenu();
}
