function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem( "webmasterid", "Karibik", "Karibik", null, null );
	menu.addItem( "newsid","Seychellen", "Seychellen",  null, null);
	menu.addItem( "freedownloadid" , "Suedsee", "Suedsee",  null, null);
	menu.addItem( "searchengineid" , "Crews", "Crews",  null, null);
	menu.addItem( "miscid", "Infoteil", "Infoteil",  null, null);

	menu.addSubItem("webmasterid", "Karibik", "Karibik",  "http://www.suedsee-segeln.de/Kar01_d.htm");
        menu.addSubItem("webmasterid", "Martinique", "Martinique",  "http://www.suedsee-segeln.de/Kar011_d.htm");
	menu.addSubItem("webmasterid", "St.Lucia", "St.Lucia",  "http://www.suedsee-segeln.de/Kar012_d.htm");
	menu.addSubItem("webmasterid", "St.Vincent", "St.Vincent",  "http://www.suedsee-segeln.de/Kar013_d.htm");
	menu.addSubItem("webmasterid", "Leewards", "Leewards",  "http://www.suedsee-segeln.de/antigua.htm");
	menu.addSubItem("webmasterid", "Unsere Boote", "Unsere Boote",  "http://www.suedsee-segeln.de/Bahia_1.htm");
	
	menu.addSubItem("newsid", "Seychellen", "Seychellen",  "http://www.suedsee-segeln.de/Sey01_d.htm");
	menu.addSubItem("newsid", "Mahé", "Mahé",  "http://www.suedsee-segeln.de/SeyMahe.htm");
	menu.addSubItem("newsid", "Praslin", "Praslin",  "http://www.suedsee-segeln.de/SeyPras.htm");
        menu.addSubItem("newsid", "LaDigue", "LaDigue",  "http://www.suedsee-segeln.de/SeyDigue.htm");	
        menu.addSubItem("newsid", "Frégate", "Frégate",  "http://www.suedsee-segeln.de/SeyFre01.htm");
	menu.addSubItem("newsid", "Toernbericht", "Toernbericht",  "http://www.suedsee-segeln.de/Seytoernbericht01.htm");
	
	
	menu.addSubItem("freedownloadid", "Franz.Polynesien", "Franz.Polynesien",  "http://www.suedsee-segeln.de/Sued01_d.htm");
	menu.addSubItem("freedownloadid", "BoraBora", "BoraBora",  "http://www.suedsee-segeln.de/suedbora.htm");
        menu.addSubItem("freedownloadid", "Raiatea", "Raiatea",  "http://www.suedsee-segeln.de/suedraiatea.htm");
	menu.addSubItem("freedownloadid", "Huahine", "Huahine",  "http://www.suedsee-segeln.de/suedhuahine.htm");
        menu.addSubItem("freedownloadid", "Moorea", "Moorea",  "http://www.suedsee-segeln.de/suedmoorea.htm");

	menu.addSubItem("searchengineid", "Crew 1997a", "Crew 1997a",  "http://www.suedsee-segeln.de/Kar015_d.htm");
	menu.addSubItem("searchengineid", "Crew 1997b", "Crew 1997b",  "http://www.suedsee-segeln.de/Kar016_d.htm");
	menu.addSubItem("searchengineid", "Crew 1998", "Crew 1998", "http://www.suedsee-segeln.de/Kar019_d.htm");
	menu.addSubItem("searchengineid", "Crew 1999", "Crew 1999",  "http://www.suedsee-segeln.de/Kar025_d.htm");
        menu.addSubItem("searchengineid", "Crew 2000", "Crew 2000", "http://www.suedsee-segeln.de/Kar00_01.htm");
        menu.addSubItem("searchengineid", "Crew 2001", "Crew 2001", "http://www.suedsee-segeln.de/Seycrew2001.htm");
        menu.addSubItem("searchengineid", "Crew 2002", "Crew 2002", "http://www.suedsee-segeln.de/Kar02_01.htm"); 
        menu.addSubItem("searchengineid", "Crew 05/2003", "Crew 05/2003", "http://www.suedsee-segeln.de/Kar_0503.htm");
        menu.addSubItem("searchengineid", "Crew 06/2003", "Crew 06/2003", "http://www.suedsee-segeln.de/Kar_0603.htm"); 
        menu.addSubItem("searchengineid", "Crew 03/2004", "Crew 03/2004", "http://www.suedsee-segeln.de/BoraBora2004.htm"); 
        menu.addSubItem("searchengineid", "Crew 10/2004", "Crew 10/2004", "http://www.suedsee-segeln.de/Seychellen04.htm"); 
    

 
	menu.addSubItem("miscid", "Literatur&Links", "Literatur&Links",  "http://www.suedsee-segeln.de/Info_1.htm");
	menu.addSubItem("miscid", "Wetter", "Wetter",  "http://www.suedsee-segeln.de/links_wetter.htm");
	menu.addSubItem("miscid", "Sonnenuntergänge", "Sonnenuntergänge",  "http://www.suedsee-segeln.de/Kar023_d.htm");
	menu.addSubItem("miscid", "Unsere Boote", "Unsere Boote",  "http://www.suedsee-segeln.de/Bahia_1.htm");
	menu.addSubItem("miscid", "Mitsegeln", "Mitsegeln",  "http://www.suedsee-segeln.de/Mitsegeln.htm");

	menu.showMenu();
}
