<!--
YOffset=30; // no quotes!!
staticYOffset=30; // no quotes!!
XOffset=10; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="left";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' MENU NAWIGACYJNE ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("HOME");
addItem("HOME", "index.html", "_self");
addHdr("WSTĘP");
addItem("Wstęp", "wstep.html", "_self");
addHdr("KONTAKT");
addItem("Kontakt", "kontakt.html", "_self");
addItem("Adres", "kontakt.html#adres", "_self");
addItem("Telefon/Fax", "kontakt.html#telefon", "_self");
addItem("Email/WuWuWu", "kontakt.html#email", "_self");
addHdr("OFERTA");
addItem("Oferta", "oferta.html", "_self");
addItem("Spawanie i zgrzewanie", "oferta_spawanie.html", "_self");
addItem("Kontrola połączeń", "oferta_kontrola.html", "_self");
addItem("Dmuchawy", "oferta_dmuchawy.html", "_self");
addItem("Nagrzewnice", "oferta_nagrzewnice.html", "_self");
addItem("Regulatory, sterowanie i wzmacniacze separujące", "oferta_regulatory.html", "_self");
addItem("Topniki", "oferta_topniki.html", "_self");
addItem("Pasty", "oferta_pasty.html", "_self");
addItem("Druty spawalnicze", "oferta_druty.html", "_self");
addHdr("PRZYKŁADY ZASTOSOWANIA");
addItem("Spawanie ręczne", "przyklady.html#spawanie_reczne", "_self");
addItem("Zgrzewanie ręczne folii", "przyklady.html#zgrzewanie_reczne_folii", "_self");
addItem("Spawanie wykładzin podłogowych", "przyklady.html#spawanie_wykladzin_podlogowych", "_self");
addHdr("SZKOLENIA");
addItem("Szkolenia", "szkolenia.html", "_self");
addHdr("LITERATURA");
addItem("Literatura", "literatura.html", "_self");
buildMenu();
//-->
