function showToolbar()
{
	menu = new Menu();

	mstyle = new MenuStyle();
	mstyle.idName = "SmartMenu";
	mstyle.idStyle = "horizontal";
	mstyle.position = null;
	mstyle.bVisible = true;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "100%";



///////Hauptmenü
	menu.newMenu(mstyle);
	menu.addItem("SmartMenu", "Search" , 1, "Home", "Homepage",  "/default.htm", "_top", "null", 0);
	menu.addItem("SmartMenu", "Search2", 1, "Organisation", "Unsere Organisation", null, "_top", "SmartSubMenu1", 0);
	menu.addItem("SmartMenu", "Search3", 1, "Mitglieder", "Unsere Mitglieder",  null, "_top", "SmartSubMenu2", 0);
	menu.addItem("SmartMenu", "Search4", 1, "Forschung", "Unsere Forschungsberichte",  null, "_top", "SmartSubMenu3", 0);
	menu.addItem("SmartMenu", "Search8", 1, "Literatur", "Literatur",  null, "_top", "SmartSubMenu4", 0);
	menu.addItem("SmartMenu", "Search5", 1, "Aktuelles", "Aktuelle Informationen",  "/deutsch/aktuelles.htm", "_top", "SmartSubMenu5", 0);
//	menu.addItem("SmartMenu", "Search9", 1, "Tagungen", "Tagungen",  null, "_top", "SmartSubMenu9", 0);
	menu.addItem("SmartMenu", "Search6", 1, "Kontakt", "Kontakt",  null, "_top", "SmartSubMenu6", 0);
//	menu.addItem("SmartMenu", "Search7", 1, "Newsletter", "Newsletter",  "/deutsch/newsletter.asp", "_top", "null", 0)

/////////////////// SubMenü Beispiel
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu0";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu0", "Search0", 2, "Versuch", "Internet Search Engines",  "http://www.somewhere.com/", "_top", "null", 1);
	menu.addItem("SmartSubMenu0", "Searchs01", 2, "Internet Search Engines", "Internet Search Engines",  "http://www.somewhere.com/", "_top", null, 0);
	menu.addItem("SmartSubMenu0", "Searchs02", 2, "Internet Search Engines", "Internet Search Engines",  "http://www.somewhere.com/", "_top", null, 0);
	menu.addItem("SmartSubMenu0", "Searchs03", 2, "Internet Search Engines", "Internet Search Engines",  "http://www.somewhere.com/", "_top", "SmartSubMenu2", 1);


/////////////////// SubMenü Organisation
	mstyle = new MenuStyle();	
	mstyle.idName = "SmartSubMenu1";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu1", "Searchs10", 2, "Vorstand", "Unser Vorstand","/deutsch/vorstand.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu1", "Searchs11", 2, "Mitarbeiter", "Unsere Mitarbeiter",  "/deutsch/mitarbeiter.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu1", "Searchs12", 2, "Satzung", "Unsere Satzung",  "/deutsch/satzung.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu1", "Searchs13", 2, "Zielsetzung", "Zielsetzung", "/deutsch/zielsetzung.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu1", "Searchs14", 2, "Geschichte", "Geschichte", "/deutsch/geschichte.htm", "_top", null, 0);
//	menu.addItem("SmartSubMenu1", "Searchs15", 2, "Aufgaben", "Aufgaben", "/deutsch/satzung.htm", "_top", null, 0)	
	

/////////////////// SubMenü Mitglieder
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu2";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu2", "Searchs20", 2, "Struktur", "Unsere Struktur",  "/deutsch/struktur.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu2", "Searchs21", 2, "Beitrittserklärung", "Beitrittserklärung",  "/deutsch/beitritt_start.asp", "_top", null, 0);
//	menu.addItem("SmartSubMenu2", "Searchs22", 2, "Internetauftritt", "Internetauftritt",  "/deutsch/internetauftritt_1.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu2", "Searchs23", 2, "Linkseite", "Linkseite",  "/deutsch/linkseite.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu2", "Searchs24", 2, "Beitragsordnung", "Beitragsordnung",  "/deutsch/beitragsordnung.htm", "_top", null, 0);

///////////////////Submenü Forschung
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu3";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
//	mstyle.mainMenuWidth = "170";
	mstyle.mainMenuWidth = "370";

	menu.newMenu(mstyle);
//	menu.addItem("SmartSubMenu3", "Searchs29", 2, "Forschungsberichte", "Forschungsberichte", null, "_top", "submenu29", 1);
	menu.addItem("SmartSubMenu3", "Searchs29", 2, "Forschungsberichte", "Forschungsberichte", "/deutsch/forschungsberichte.htm", "_top", null, 1);
//	menu.addItem("SmartSubMenu3", "Searchs30", 2, "Forschungsthemen", "Forschungsthemen", "/deutsch/forschungsthemen.htm", "_top", null, 1);
	menu.addItem("SmartSubMenu3", "Searchs30", 2, "Forschungsbereich des MRI Standort Kulmbach", "Forschungsbereich", "/deutsch/forschungsbereich.htm", "_top", null, 1);
//	menu.addItem("SmartSubMenu3", "Searchs31", 2, "Forschungsbereiche der BFEL Standort Kulmbach", "Forschungsbereiche", null, "_top", "submenu31", 1);

///////////////////Submenü Tagungen
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu9";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu9", "Searchs90", 2, "Programm KuWo 2008", "Programm KuWo 2008", "/deutsch/kuwo2008.htm", "_top", null, 1);
	menu.addItem("SmartSubMenu9", "Searchs91", 2, "Anmeldung KuWo 2008", "Anmeldung KuWo 2009", "/deutsch/kuwo_anmeldung/anmeldung_start.asp", "_top", null, 1);

///////////////////Submenü Forschung - Forschungsberichte
	mstyle = new MenuStyle();
	mstyle.idName = "submenu29";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("submenu29", "Searchs291", 3, "AMRS", "AMRS",  "/deutsch/amrs.htm", "_top", null, 0);
	menu.addItem("submenu29", "Searchs292", 3, "Putenfleisch", "Putenfleisch",  "/deutsch/puten.htm", "_top", null, 0);
	
///////////////////Submenü Forschung - Forschungsbereiche
	mstyle = new MenuStyle();
	mstyle.idName = "submenu31";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("submenu31", "Searchs311", 3, "Technologie", "Technologie",  "/deutsch/technologie.htm", "_top", null, 0);
	menu.addItem("submenu31", "Searchs312", 3, "Chemie", "Chemie",  "/deutsch/chemie.htm", "_top", null, 0);
	menu.addItem("submenu31", "Searchs313", 3, "Mikrobiologie", "Mikrobiologie",  "/deutsch/mikrobio.htm", "_top", null, 0);
	menu.addItem("submenu31", "Searchs314", 3, "Fleischerzeugung", "Fleischerzeugung und Vermarktung",  "/deutsch/fleischerzeugung.htm", "_top", null, 0);	



///////////////////Submenü Literatur
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu4";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu4", "Searchs40", 2, "Mitteilungsblatt", "Daten der letzten 4 Ausgaben", null, "_top", "submenu42", 1);
	menu.addSeparator("SmartSubMenu");
	menu.addItem("SmartSubMenu4", "Searchs41", 2, "Kulmbacher Reihe", "Kulmbacher Reihe",  "/deutsch/ku_reihe.htm", "_top", null, 0);
	menu.addItem("SmartSubMenu4", "Searchs42", 2, "Jahresberichte", "Jahresberichte der BAFF",  "http://www.mri.bund.de/cln_044/nn_971994/DE/Service/Publikationen/Jahresbericht/JBdownloads__node.html__nnn=true", "_blank", null, 0);
//	menu.addItem("SmartSubMenu4", "Searchs42", 2, "Jahresberichte", "Jahresberichte der BAFF", null , "_top", "submenu41", 1);
//	menu.addItem("SmartSubMenu4", "Searchs43", 2, "Pressemitteilungen", "Pressemitteilungen",  "/deutsch/presse.htm", "_top", null, 1);
//	menu.addItem("SmartSubMenu4", "Searchs44", 2, "Bestellung", "Hier können Sie Ihre Bestellung aufgeben",  "/deutsch/bestellung.asp", "_top", null, 1);

///////////////////Submenü Literatur - Jahresberichte
	mstyle = new MenuStyle();
	mstyle.idName = "submenu41";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("submenu41", "Searchs414", 3, "2003", "2003",  "/deutsch/jahresbericht2003.pdf", "_top", null, 0);
	menu.addItem("submenu41", "Searchs413", 3, "2002", "2002",  "/deutsch/jahresbericht2002.pdf", "_top", null, 0);
	menu.addItem("submenu41", "Searchs410", 3, "2001", "2001",  "/deutsch/jahresbericht2001.pdf", "_top", null, 0);
	menu.addItem("submenu41", "Searchs411", 3, "2000", "2000",  "/deutsch/jahresbericht.asp", "_top", null, 0);
	menu.addItem("submenu41", "Searchs412", 3, "1999", "1999",  "/deutsch/jahresbericht_1.asp", "_top", null, 0);

///////////////////Submenü Literatur - Mitteilungsblatt
	mstyle = new MenuStyle();
	mstyle.idName = "submenu42";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.cellSpacing = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
    menu.addItem("submenu42", "Searchs453", 3, "2. Quartal 2010", "2. Quartal 2010",  "/deutsch/2_qu_2010.asp", "_top", null, 0);
    menu.addItem("submenu42", "Searchs452", 3, "1. Quartal 2010", "1. Quartal 2010",  "/deutsch/1_qu_2010.asp", "_top", null, 0);
    menu.addItem("submenu42", "Searchs451", 3, "4. Quartal 2009", "4. Quartal 2009",  "/deutsch/4_qu_2009.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs450", 3, "3. Quartal 2009", "3. Quartal 2009",  "/deutsch/3_qu_2009.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs449", 3, "2. Quartal 2009", "2. Quartal 2009",  "/deutsch/2_qu_2009.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs448", 3, "1. Quartal 2009", "1. Quartal 2009",  "/deutsch/1_qu_2009.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs447", 3, "4. Quartal 2008", "4. Quartal 2008",  "/deutsch/4_qu_2008.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs446", 3, "3. Quartal 2008", "3. Quartal 2008",  "/deutsch/3_qu_2008.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs445", 3, "2. Quartal 2008", "2. Quartal 2008",  "/deutsch/2_qu_2008.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs444", 3, "1. Quartal 2008", "1. Quartal 2008",  "/deutsch/1_qu_2008.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs443", 3, "4. Quartal 2007", "4. Quartal 2007",  "/deutsch/4_qu_2007.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs442", 3, "3. Quartal 2007", "3. Quartal 2007",  "/deutsch/3_qu_2007.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs441", 3, "2. Quartal 2007", "2. Quartal 2007",  "/deutsch/2_qu_2007.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs440", 3, "1. Quartal 2007", "1. Quartal 2007",  "/deutsch/1_qu_2007.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs439", 3, "4. Quartal 2006", "4. Quartal 2006",  "/deutsch/4_qu_2006.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs438", 3, "3. Quartal 2006", "3. Quartal 2006",  "/deutsch/3_qu_2006.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs437", 3, "2. Quartal 2006", "2. Quartal 2006",  "/deutsch/2_qu_2006.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs436", 3, "1. Quartal 2006", "1. Quartal 2006",  "/deutsch/1_qu_2006.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs435", 3, "4. Quartal 2005", "4. Quartal 2005",  "/deutsch/4_qu_2005.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs434", 3, "3. Quartal 2005", "3. Quartal 2005",  "/deutsch/3_qu_2005.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs433", 3, "2. Quartal 2005", "2. Quartal 2005",  "/deutsch/2_qu_2005.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs432", 3, "1. Quartal 2005", "1. Quartal 2005",  "/deutsch/1_qu_2005.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs431", 3, "4. Quartal 2004", "4. Quartal 2004",  "/deutsch/4_qu_2004.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs430", 3, "3. Quartal 2004", "3. Quartal 2004",  "/deutsch/3_qu_2004.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs429", 3, "2. Quartal 2004", "2. Quartal 2004",  "/deutsch/2_qu_2004.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs428", 3, "1. Quartal 2004", "1. Quartal 2004",  "/deutsch/1_qu_2004.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs422", 3, "4. Quartal 2003", "4. Quartal 2003",  "/deutsch/4_qu_2003.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs427", 3, "3. Quartal 2003", "3. Quartal 2003",  "/deutsch/3_qu_2003.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs426", 3, "2. Quartal 2003", "2. Quartal 2003",  "/deutsch/kuwo-juni2003/kuwo_juni2003_main.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs423", 3, "1. Quartal 2003", "1. Quartal 2002",  "/deutsch/1_qu_2003.asp", "_top", null, 0);
//	menu.addItem("submenu42", "Searchs424", 3, "4. Quartal 2002", "4. Quartal 2002",  "/deutsch/4_qu_2002.asp", "_top", null, 0);
//	menu.addItem("submenu42", "Searchs421", 3, "3. Quartal 2002", "3. Quartal 2002",  "/deutsch/3_qu_2002.asp", "_top", null, 0);
	menu.addItem("submenu42", "Searchs425", 3, "   Bestellung", "Hier können Sie Ihre Bestellung aufgeben",  "/deutsch/bestellung.asp", "_top", null, 0);
///////////////////Submenü Aktuelles
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu5";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "300";

	menu.newMenu(mstyle);
//	menu.addItem("SmartSubMenu5", "Searchs51", 2, "Programm KuWo 2010", "Programm KuWo 2010", "/deutsch/KuWo-2010/KUWo_2010_Programm.pdf","_blank", null, 1);
//	menu.addItem("SmartSubMenu5", "Searchs52", 2, "Anmeldung KuWo 2010", "Anmeldung KuWo 2010", "/deutsch/KuWo-2010/anmeldung_start.asp","_top", null, 1);
//	menu.addItem("SmartSubMenu5", "Searchs53", 2, "Einzugsermächtigung Kreditkarte KuWo 2010", "Einzugsermächtigung Kreditkarte KuWo 2010", "/deutsch/KuWo-2010/Einzugsermaechtigung-KuWo-2010.pdf","_blank", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs50", 2, "Fachvorträge KuWo 2010", "Kurzfassungen der Fachvorträge", "/deutsch/fach_kuwo_2010.asp","_blank", null, 1);
//	menu.addItem("SmartSubMenu5", "Searchs50", 2, "Fachvorträge KuWo 2009", "Kurzfassungen der Fachvorträge", "/deutsch/Kurzfassungen_KuWo_2009.pdf","_blank", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs56", 2, "Verleihung Rievel Medaille", "Verleihung Rievel Medaille", "/deutsch/verleihung_rievel.pdf","_blank", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs55", 2, "Fachvorträge KuWo 2008", "Kurzfassungen der Fachvorträge", "/deutsch/kuwo_2008_gesamt.pdf","_blank", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs59", 2, "Fachvorträge KuWo 2007", "Kurzfassungen der Fachvorträge", "/deutsch/K_2007_gesamt.pdf","_blank", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs58", 2, "Fachvorträge KuWo 2006", "Kurzfassungen der Fachvorträge", "/deutsch/fach_kuwo_2006.asp","_top", null, 1);
	menu.addItem("SmartSubMenu5", "Searchs57", 2, "Fachvorträge KuWo 2005", "Kurzfassungen der Fachvorträge", "/deutsch/fach_kuwo_2005.asp","_top", null, 1);
//	menu.addItem("SmartSubMenu5", "Searchs56", 2, "Fachvorträge KuWo 2004", "Kurzfassungen der Fachvorträge", "/deutsch/fach_kuwo_2004.asp","_top", null, 1);
//	menu.addItem("SmartSubMenu5", "Searchs50", 2, "Fachvorträge KuWo 2003", "Kurzfassungen der Fachvorträge", "/deutsch/fach_kuwo_2003.asp", "_top", null, 1);
//	menu.addSeparator("SmartSubMenu");
//	menu.addItem("SmartSubMenu5", "Searchs51", 2, "Protokoll der MGV 2004", "Protokoll der MGV",  "/deutsch/protokoll_2004.asp", "_top", null, 0);


///////////////////Submenü Kontakt
	mstyle = new MenuStyle();
	mstyle.idName = "SmartSubMenu6";
	mstyle.idStyle = "vertical";
	mstyle.position = "absolute";
	mstyle.bVisible = false;
	mstyle.bLeftAligned = 0;
	mstyle.mainMenuWidth = "170";

	menu.newMenu(mstyle);
	menu.addItem("SmartSubMenu6", "Searchs60", 2, "Anfahrt", "Anfahrt", "/deutsch/anreise.htm", "_top", null, 1);
	menu.addSeparator("SmartSubMenu");
	menu.addItem("SmartSubMenu6", "Searchs61", 2, "Stadt Kulmbach", "Stadt Kulmbach",  "http://www.stadt-kulmbach.de/", "_blank", null, 1);
	menu.addItem("SmartSubMenu6", "Searchs63", 2, "Email", "Email", "mailto: Ingrid.graetzler@mri.bund.de", "_top", null, 1);


	showMenu();
}
