//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("allgemeinid", "Allgemein", "Allgemein",  null, null);
	menu.addItem("artenid", "Arten", "Arten",  null, null);
	menu.addItem("infoid", "Infos", "Infos",  null, null);
	menu.addItem("medizinid", "Medizin", "Medizin",  null, null);
	menu.addItem("fotoid", "Fotos", "Fotos",  null, null);
	menu.addItem("kontaktid", "Kontakt", "Kontakt",  null, null);
	menu.addItem("tippsid", "Tipps", "Tipps",  null, null);
	
       

	menu.addSubItem("artenid", "Katharinasittiche", "Katharinasittiche",  "gattung/arten_kathis.htm", "Hauptframe");
	menu.addSubItem("artenid", "Wellensittiche", "Wellensittiche",  "gattung/arten_wellis.htm", "Hauptframe");
	menu.addSubItem("artenid", "Ziegensittiche", "Ziegensittiche",  "gattung/arten_ziegen.htm", "Hauptframe");
	menu.addSubItem("artenid", "Zwergwachteln", "Zwergwachteln",  "gattung/arten_wachteln.htm", "Hauptframe");
	
	menu.addSubItem("infoid", "Haltung", "Haltung",  "infos/haltung.htm", "Hauptframe");
	menu.addSubItem("infoid", "Verhalten", "Verhalten",  "infos/verhalten.htm", "Hauptframe");
	menu.addSubItem("infoid", "Zucht", "Zucht",  "infos/zucht.htm", "Hauptframe");
	menu.addSubItem("infoid", "Ernährung", "Ernährung",  "infos/ernaehrung.htm", "Hauptframe");
	menu.addSubItem("infoid", "Tierschutzgesetz", "Tierschutzgesetz",  "infos/tierschutz.htm", "Hauptframe");

	menu.addSubItem("fotoid", "Katharinasittiche", "Katharinasittiche",  "foto/foto_kathis.htm", "Hauptframe");
	menu.addSubItem("fotoid", "Wellensittiche", "Wellensittiche",  "foto/foto_wellis.htm", "Hauptframe");
	menu.addSubItem("fotoid", "Ziegensittiche", "Ziegensittiche",  "foto/foto_ziegen.htm", "Hauptframe");
	menu.addSubItem("fotoid", "Zwergwachteln", "Zwergwachteln",  "foto/foto_wachteln.htm", "Hauptframe");
	menu.addSubItem("fotoid", "Vogelausstellungen", "Vogelausstellungen",  "foto/foto_vogelausstellungen.htm", "Hauptframe");

	menu.addSubItem("allgemeinid", " Home", "Home",  "allgemein/home.htm", "Hauptframe");
	menu.addSubItem("allgemeinid", " Links", "Links",  "allgemein/links.htm", "Hauptframe");
	menu.addSubItem("allgemeinid", " Sitemap", "Sitemap",  "allgemein/sitemap.htm", "Hauptframe");
	
	menu.addSubItem("kontaktid", " Gästebuch", "Gästebuch",  "http://www.cukoffice.de/kunden/sittichundco/gastbuch/gaestebuch.php", "Hauptframe");
    menu.addSubItem("kontaktid", " Impressum", "Impressum",  "kontakt/impressum.htm", "Hauptframe");
	menu.addSubItem("kontaktid", " Disclaimer", "Disclaimer",  "kontakt/disclaimer.htm", "Hauptframe");

	menu.addSubItem("medizinid", "Tierärzte", "Tierärzte",  "medizin/aerzte.htm", "Hauptframe");
	menu.addSubItem("medizinid", "Notfall Apotheke", "Notfall Apotheke",  "medizin/notfall_apotheke.htm", "Hauptframe");
	menu.addSubItem("medizinid", "Erste Hilfsmaßnahmen", "Erste Hilfsmaßnahmen",  "medizin/hilfsmassnahmen.htm", "Hauptframe");
	menu.addSubItem("medizinid", "Meldepfl. Krankheiten", "Meldepfl. Krankheiten",  "medizin/meldepflichtige_krankheiten.htm", "Hauptframe");

	menu.addSubItem("tippsid", "Volierenbau", "Volierenbau",  "tipps/volierenbau.htm", "Hauptframe");
	menu.addSubItem("tippsid", "Zähmung", "Zähmung",  "tipps/zaehmung.htm", "Hauptframe");
	menu.addSubItem("tippsid", "Sprechtraining", "Sprechtraining",  "tipps/sprechtraining.htm", "Hauptframe");

	
	menu.showMenu();
}
