//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("home", "ÚVOD", "Úvodní stránka", "index.html", "index.html");	
menu.addItem("catanes", "CESTOVNÍ AGENTURA", "CESTOVNÍ AGENTURA", null, null);
menu.addItem("akce", "AKCE", "AKCE",  null, null);
menu.addItem("rozvrh", "ROZVRH CVIČEBNÍCH LEKCÍ", "ROZVRH CVIČEBNÍCH LEKCÍ",  "souhrn.html", "souhrn.html");	
menu.addItem("fotorep", "FOTOREPORTÁŽE", "Fotoreportáže",  "fotorep.html", "fotorep.html");
menu.addItem("klub", "KLUB TANES", "Klub Tanes",  "klub.html", "klub.html");	
menu.addItem("contact", "INFO & KONTAKTY", "INFO & KONTAKTY",  null, null); 
menu.addItem("order", "PŘIHLÁŠKY", "PŘIHLÁŠKY",  "eform.html", "eform.html");	

menu.addSubItem("catanes", "Nabídka CA TANES", "Nabídka CA TANES", "ca_nabid.html", "");
menu.addSubItem("catanes", "Dovolená snů - formulář", "Dovolená snů - formulář", "caform.html", "");
menu.addSubItem("akce", "Přehled všech akcí", "Přehled všech akcí", "action.html", "");
menu.addSubItem("akce", "Sobotní cvičení", "Sobotní cvičení", "soboty.html", "");	
menu.addSubItem("akce", "Pobytové víkendy se cvičením", "Pobytové víkendy se cvičením", "vikendy.html", "");	
menu.addSubItem("akce", "Týdenní pobyty v ČR se sportovním programem", "Týdenní pobyty v ČR se sportovním programem", "tyden.html", "");	
menu.addSubItem("akce", "Cvičení u moře", "Cvičení u moře", "more.html", ""); 
menu.addSubItem("akce", "Poznávací zájezdy", "Poznávací zájezdy", "poznav.html", ""); 
menu.addSubItem("contact", "Ceník", "Ceník", "cenik.html", "");	
menu.addSubItem("contact", "Cvičitelky", "Cvičitelky", "cvicitelky.html", "");	
menu.addSubItem("contact", "Kontakt", "Kontakt", "contact.html", "");	
menu.addSubItem("contact", "Novinky", "Novinky", "news.html", "");	
menu.addSubItem("contact", "Pojmy", "Pojmy", "pojmy.html", "");	
menu.showMenu();}