<!--
YOffset=15; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=15; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="gray";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="blue";
hdrBGColor="silver";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="grey";
linkTarget="_top";
linkAlign="left";
barBGColor="silver";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' MENU ' // <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("NAWIGATOR");
addItem("Strona główna", "index.html", "_self");
addItem("O firmie", "firma.html", "_self");
addItem("Produkty", "produkty.html", "_self");
addItem("Serwis", "serwis.html", "_self");
addItem("Rejestracja urządzeń", "rejestracja.html", "_self");
addItem("Zamów katalog", "katalog.html", "_self");
addItem("Kontakt", "kontakt.html", "_self");
addHdr("PRODUKTY");
addItem("Aplikatory", "aplikatory.html", "_self");
addItem("Przewody", "przewody.html", "_self");
addItem("Pistolety", "pistolety.html", "_self");
addItem("Inne akcesoria", "akcesoria.html", "_self");
buildMenu();
//-->
