//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("programid", "SPA -  Wellness",  null, null);
                menu.addItem("proceduryid", "Treatments",  null, null);
	
	menu.addItem("hotelid", "Holiday",  null, null);
                menu.addItem("fotoid", "Pictures",  null, null);
	menu.addItem("cenyid", "Price liste",  null, null);
                menu.addItem("kontaktid", "Contact",  null, null);        
               
               

           menu.addSubItem("programid", "SPA packages",  "", "http://www.relaxace.com/spa-czech.html", "");
	
        menu.addSubItem("proceduryid", "Body Wraps",  "", "http://www.relaxace.com/heat-body-wraps.html","");	
       menu.addSubItem("proceduryid", "Bodywave therapy",  "", "http://www.relaxace.com/body-wave-massage-sound-therapy.html","");	
        menu.addSubItem("proceduryid", "Whole Body Cryotherapy",  "", "http://www.relaxace.com/cryotherapy-cryochamber.html","");
        menu.addSubItem("proceduryid", "Carbon Dioxide Bath", "","http://www.relaxace.com/carbon dioxide.html", "");
	menu.addSubItem("proceduryid", "Hot Stone",  "", "http://www.relaxace.com/hot-stone-massage.html","");	
        menu.addSubItem("proceduryid", "Lymphatic drainage", "", "http://www.relaxace.com/lymphatic-drainage.html", "");
	menu.addSubItem("proceduryid", "Oxygen Therapy",  "","http://www.relaxace.com/oxygen-therapy.html", "");
	menu.addSubItem("proceduryid", "Magnetotherapy",  "","http://www.relaxace.com/magnetotherapy.html", "");
	menu.addSubItem("proceduryid", "Shiatsu", "", "http://www.relaxace.com/shiatsu-en.html", "");
	
            

menu.addSubItem("hotelid", "Accommodation", "", "http://www.relaxace.com/english.html", "");
menu.addSubItem("hotelid", "Apartament for 2 ", "", "http://www.relaxace.com/apartma.html", "");

menu.addSubItem("hotelid", "Bohemian Paradise", "", "http://www.relaxace.com/bohemia.html", "");

               menu.addSubItem("fotoid", "Accommodation", "", "http://www.relaxace.com/fotoalbum/krajina.html", "");
menu.addSubItem("fotoid", "Tips for trips", "", "http://www.relaxace.com/fotoalbum/krajina.html#vylet", "");
 menu.addSubItem("fotoid", "Winter", "", "http://www.relaxace.com/fotoalbum/zima.html", "");
 menu.addSubItem("fotoid", "Relax Year 1990", "", "http://www.relaxace.com/fotoalbum/relax1990.html", "");




menu.addSubItem("cenyid", "Accommodation", "","http://www.relaxace.com/prices.html", "");

menu.addSubItem("cenyid", "Apartament", "","http://www.relaxace.com/apartma.html", "");
menu.addSubItem("cenyid", "Prices of packages", "","http://www.relaxace.com/prices.html", "");
menu.addSubItem("cenyid", "Treatments", "","http://www.relaxace.com/prices.html#cenyproced", "");
menu.addSubItem("cenyid", "Prices from 22.12.", "","http://www.relaxace.com/christmas-new-year.html", "");


   menu.addSubItem("kontaktid", "Conatct", "",  "http://www.relaxace.com/contact.html", "");
menu.addSubItem("kontaktid", "on-line payment", "",  "http://www.relaxace.com/e-banking_en.html", "");
	menu.showMenu();}



