//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("Dyreoasenid", "Dyreoasen", "Dyreoasen",  null, null);
	menu.addItem("trainingid", "Træning/hold", "Træning/hold",  null, null);
	menu.addItem("kurserid", "Kurser/Foredrag", "Kurser/Foredrag",  null, null);
	menu.addItem("salonid", "Hundesalonen", "Hundesalonen",  null, null);
	menu.addItem("opholdid", "Ophold", "Ophold",  null, null);
        menu.addItem("konsultcid", "Konsultation/enetimer", "Konsultation/enetimer",  null, null);
        menu.addItem("artiklerid", "Artikler", "Artikler",  null, null);
        menu.addItem("nyhederid", "Nyheder", "Nyheder",  null, null);
       
	menu.addSubItem("Dyreoasenid", "Bitta Wöhliche", "Indehaveren",  "Bitta.htm", "_self");
	menu.addSubItem("Dyreoasenid", "Stedet", "Om Dyreoasen",  "stedet.htm", "");
	menu.addSubItem("Dyreoasenid", "Kontakt", "Kontakt",  "kontakt.htm", "");
	menu.addSubItem("Dyreoasenid", "Hundene", "Hundene",  "hundene.htm", "_self");
	menu.addSubItem("Dyreoasenid", "Dyrene på oasen", "Dyrene på oasen",  "dyrene.htm", "");

	menu.addSubItem("trainingid", "Tilmelding", "Tilmelding til træning",  "tilmelding.htm", "");
        menu.addSubItem("trainingid", "Holdoversigt", "Ugehold m.v.",  "hold.htm", "");
	menu.addSubItem("trainingid", "Kurser", "Kurser",  "kurser.htm", "");
	menu.addSubItem("trainingid", "Trænere", "Trænere",  "traenere.htm", "");
	
        
	menu.addSubItem("kurserid", "Hyrdning", "Hyrdning",  "hyrdning.htm", "");
	menu.addSubItem("kurserid", "Spor", "Spor",  "spor_kursus.htm", "");
	menu.addSubItem("kurserid", "Massage", "Massage",  "massage.htm", "");
        menu.addSubItem("kurserid", "Pelspleje", "Pelspleje",  "pelspleje.htm", "");
        menu.addSubItem("kurserid", "Handling", "Handling",  "handling.htm", "");
        menu.addSubItem("kurserid", "Agility", "Agility",  "agility_kursus.htm", "");
        menu.addSubItem("kurserid", "Adfærd", "Adfærd",  "adfaerd.htm", "");
        menu.addSubItem("kurserid", "Foder", "Foder",  "foder.htm", "");
        menu.addSubItem("kurserid", "Bach-blomster", "Bach-blomster",  "bach_blomster.htm", "");
        menu.addSubItem("kurserid", "Klikkertræning", "Klikkertræning",  "klikkertraening_kursus.htm", "");



	menu.addSubItem("salonid", "Om salonen", "Om salonen",  "salonen.htm", "");
	menu.addSubItem("salonid", "Baggrund", "Baggrund",  "baggrund.htm", "");
	menu.addSubItem("salonid", "Pelspleje", "Pelspleje",  "pelspleje_salon.htm", "");
        menu.addSubItem("salonid", "Butik", "Butik",  "butik.htm", "");

	menu.addSubItem("opholdid", "Ophold - små hunde", "Ophold",  "ophold_smaa.htm", "");
	menu.addSubItem("opholdid", "Ophold - større hunde", "Ophold",  "ophold_stor.htm", "");
	

        menu.addSubItem("konsultcid", "Adfærdsbehandling", "Adfærdsbehandling",  "adfaerdsbehandling.htm", "");
	menu.addSubItem("konsultcid", "Enetime/problem", "Enetime/problem",  "enetime_problem.htm", "");
	menu.addSubItem("konsultcid", "Enetime/lydighed", "Enetime/lydighed",  "enetime_lydighed.htm", "");
        menu.addSubItem("konsultcid", "Enetime/hyrdning", "Enetime/hyrdning",  "enetime_hyrdning.htm", "");
        menu.addSubItem("konsultcid", "Enetime/handling", "Enetime/handling",  "enetime_handling.htm", "");
	menu.addSubItem("konsultcid", "Enetime/hundepark", "Enetime/hundepark",  "enetime_hundepark.htm", "");
        menu.addSubItem("konsultcid", "Enetime/klikkertræning", "Klikkertræning",  "enetime_klikkertraening.htm", "");
	menu.addSubItem("konsultcid", "Før du køber hund", "Før du køber hund",  "foer_du_koeber_hund.htm", "");
	menu.addSubItem("konsultcid", "Bach blomstermedicin", "Bach blomstermedicin",  "bach_blomstermedicin.htm", "");

        menu.addSubItem("artiklerid", "Artikler", "Relevante artikler",  "artikler.htm", "");


        menu.addSubItem("nyhederid", "Nyheder", "Aktuelle nyheder",  "nyheder.htm", "");
        menu.addSubItem("nyhederid", "Nyhedsbrev", "Modtag vores nyhedsbrev",  "nyhedsbrev.htm", "");




	menu.showMenu();
}