//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("idStornaGlowna", "STRONA GŁÓWNA", "Strona główna",  "index.php", null);
	menu.addItem("idTesteryArgus", "Testery Argus", "Testery ISDN firmy INTEC" ,null, "argus.php");
	menu.addItem("idTestryElektr", "Testery Elektronika", "Testery ISDN firmy Electronika","elektronika.php", null);
//	menu.addItem("idUslugi", "Usługi", "Uslugi oferowane przez naszą firmę",  null, null);
//	menu.addItem("idCentrale", "Galeria", "galeria",  "fotografie.html", null);
//	menu.addItem("Cennik", "Cennik", "Cennik produktów", "	cennik.php", null);
	menu.addItem("idPartnerzy", "Partnerzy","Partnerzy","partnerzy.php" ,null);
	menu.addItem("Kontakt", "Kontakt", "", "kontakt.php",null);

//	menu.addSubItem("idUslugi", "Centrle PBX", "Montaż i uruchomienie central PBX u klienta",  "pbx.php", "");
//	menu.addSubItem("idUslugi", "Serwis", "Serwis sprzętu telekomunikacyjnego",  "serwis.php", "");

	menu.addSubItem("idTesteryArgus", "Testery Argus", "Testery ISDN firmy INTEC" , "argus.php","");
	menu.addSubItem("idTesteryArgus", "Tabela funkcji", "Pełna tabela funkcji" , "tabela_f.php","");
	
	menu.addSubItem("idTesteryArgus", "Argus 44", "Tester ADSL,ISDN i Emualcja POTS w jednym",  "argus_44.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 25", "Tester obsługującycy wszystkie popularne interfejsy",  "argus_25.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 26", "Tester obsługującycy wszystkie popularne interfejsy",  "argus_26.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 3u", "Tester łączy ISDN ze zintegrowanym telefonem",  "argus_3u.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 10", "Wszechstronny tester POTS i ISDN BRA",  "argus_10.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 43", "Tester ADSL z emulacją modemu abenenckiego",  "argus_43.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 28", "Atrakcyjny cenowo tester SHDSL",  "argus_28.php", "");
	menu.addSubItem("idTesteryArgus", "Argus 145", "Tester ADSL  i SHDSL w jednym",  "argus_145.php", "");


//	menu.addSubItem("idProdukty", "EuroSupramat M", "EuroSupramat Master",  "Eurosupramat.html", "");
//	menu.addSubItem("idProdukty", "EuroSupramat A", "EuroSupramat Slave A",  "EurosupramatA.html", "");
//	menu.addSubItem("idProdukty", "EuroSupramat B", "EuroSupramat Slave B",  "EurosupramatB.html", "");
//	menu.addSubItem("idProdukty", "Akcesoria", "Akcesoria",  "Akcesoria.html", "");
//	menu.addSubItem("idProdukty", "ThermoVis", "Oprogramowanie ThermoVis",  "Thermovis.html", "");/
//	menu.addSubItem("idProdukty", "EuroSupramat M SLW ", "EuroSupramat Master SLW",  "EurosupramatLW.html", "");
//	menu.addSubItem("idProdukty", "ThermoSLW", "Oprogramowanie ThermoSLW",  "ThermoSLW.html", "");


//	menu.addSubItem("idDownloads", "Dokumentacja", "dok",  "Dokumentacja.html", "");
//	menu.addSubItem("idDownloads", "Oprogramowanie", "opr",  "oprogramowanie.php", "");
	

	menu.showMenu();
}
