function showToolbar()
{

	menu = new Menu();
	menu.addItem("principalid", "Úvod", "Home",  null, null);
	menu.addItem("cocheid", "O autu", "Car",  null, null);
	menu.addItem("motorid", "Motor", "Engine",  null, null);
	menu.addItem("mdiid", "MDI", "MDI",  null, null);
	menu.addItem("inversoresid", "Investoři", "Investors",  null, null);
	menu.addItem("prensaid", "Tisk", "Press",  null, null);
	menu.addItem("amigosid", "Přátelé", "Friends",  null, null);
	
	menu.addSubItem("principalid", "Hlavní stránka", "Home",  "http://www.autonavzduch.cz/index.htm");
	menu.addSubItem("principalid", "Úvod", "Introduction",  "http://www.autonavzduch.cz/body_intro.html");
	menu.addSubItem("principalid", "Funguje to!", "It Works!",  "http://www.autonavzduch.cz/body_funciona.html");
	menu.addSubItem("principalid", "FAQ", "FAQ",  "http://www.autonavzduch.cz/body_preguntas.html");
	
	menu.addSubItem("cocheid", "O autu", "Car",  "http://www.autonavzduch.cz/body_coche.html");
	menu.addSubItem("cocheid", "Modely", "Models",  "http://www.autonavzduch.cz/body_modelos.html");
	menu.addSubItem("cocheid", "Technické údaje", "Technical Data",  "http://www.autonavzduch.cz/body_ficha.html");
	menu.addSubItem("cocheid", "Chci ho!", "I want a car!",  "http://www.autonavzduch.cz/body_quiero.html");
	
	menu.addSubItem("motorid", "Motor", "Engine",  "http://www.autonavzduch.cz/body_motor.html");
	menu.addSubItem("motorid", "Jak to funguje", "How It works",  "http://www.autonavzduch.cz/body_como.html");
	menu.addSubItem("motorid", "Technologie", "Technology",  "http://www.autonavzduch.cz/body_tecno.html");
	
	menu.addSubItem("mdiid", "MDI", "MDI",  "http://www.autonavzduch.cz/body_mdi.html");
	menu.addSubItem("mdiid", "Historie", "History",  "http://www.autonavzduch.cz/body_historia.html");
	menu.addSubItem("mdiid", "Vynálezce", "Inventor", "http://www.autonavzduch.cz/body_inventor.html");
	
	menu.addSubItem("inversoresid", "Investoři", "Investors",  "http://www.autonavzduch.cz/body_inversores.html");
	menu.addSubItem("inversoresid", "Továrna", "Factory",  "http://www.autonavzduch.cz/body_fabrica.html");
	menu.addSubItem("inversoresid", "Licence ve světě", "Licences in the world",  "http://www.autonavzduch.cz/body_licenw.html");
	menu.addSubItem("inversoresid", "Licence ve Španělsku", "Licences in Spain",  "http://www.autonavzduch.cz/body_licencias.html");
	menu.addSubItem("inversoresid", "Licence v Jižní Americe", "Licences in South America",  "http://www.motordeaire.com/body_latinoam.html");
	
	menu.addSubItem("prensaid", "Tisk", "Press",  "http://www.autonavzduch.cz/body_prensa.html");
	menu.addSubItem("prensaid", "Mezinárodní Tisk", "International Press",  "http://www.autonavzduch.cz/body_inter.html");
	menu.addSubItem("prensaid", "Gallery", "Gallery",  "http://www.autonavzduch.cz/body_imanova.html");
menu.addSubItem("prensaid", "Video Gallery", "Video Gallery",  "http://www.autonavzduch.cz/body_video.html");
	
	menu.addSubItem("amigosid", "Přátelé", "Friends", "http://www.autonavzduch.cz/body_club.html");
	menu.addSubItem("amigosid", "Jak se zapojit", "How to collaborate", "http://www.autonavzduch.cz/body_colabora.html");
	menu.addSubItem("amigosid", "Fórum", "Forum", "http://www.autonavzduch.cz/body_foro.html");
	
	menu.showMenu();
}