browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3"; 
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3";
else version = "n2";
if (version == "n3")
{
firma = new Image();
firma.src = "img/but_firma.gif";
firma_on = new Image();
firma_on.src = "img/but_firma1.gif";

oferta = new Image();
oferta.src = "img/but_oferta.gif";
oferta_on = new Image();
oferta_on.src = "img/but_oferta1.gif";

kontakt = new Image();
kontakt.src = "img/but_kontakt.gif";
kontakt_on = new Image();
kontakt_on.src = "img/but_kontakt1.gif";

afirma = new Image();
afirma.src = "../img/but_firma.gif";
afirma_on = new Image();
afirma_on.src = "../img/but_firma1.gif";

aoferta = new Image();
aoferta.src = "../img/but_oferta.gif";
aoferta_on = new Image();
aoferta_on.src = "../img/but_oferta1.gif";

akontakt = new Image();
akontakt.src = "../img/but_kontakt.gif";
akontakt_on = new Image();
akontakt_on.src = "../img/but_kontakt1.gif";

aplikacje = new Image();
aplikacje.src = "img/but_aplik.gif";
aplikacje_on = new Image();
aplikacje_on.src = "img/but_aplik1.gif";

menu = new Image();
menu.src = "img/but_menu.gif";
menu_on = new Image();
menu_on.src = "img/but_menu1.gif";

o_nas = new Image();
o_nas.src = "img/but_o_nas.gif";
o_nas_on = new Image();
o_nas_on.src = "img/but_o_nas2.gif";

historia = new Image();
historia.src = "img/but_historia.gif";
historia_on = new Image();
historia_on.src = "img/but_historia2.gif";

klienci = new Image();
klienci.src = "img/but_klienci.gif";
klienci_on = new Image();
klienci_on.src = "img/but_klienci2.gif";

billboard = new Image();
billboard.src = "img/but_bilboard.gif";
billboard_on = new Image();
billboard_on.src = "img/but_bilboard2.gif";

backlite = new Image();
backlite.src = "img/but_backlite.gif";
backlite_on = new Image();
backlite_on.src = "img/but_backlite2.gif";

citylight = new Image();
citylight.src = "img/but_clt.gif";
citylight_on = new Image();
citylight_on.src = "img/but_clt2.gif";

strip = new Image();
strip.src = "img/but_strip.gif";
strip_on = new Image();
strip_on.src = "img/but_strip2.gif";

inne = new Image();
inne.src = "img/but_inne.gif";
inne_on = new Image();
inne_on.src = "img/but_inne2.gif";

projekty = new Image();
projekty.src = "img/but_projekty.gif";
projekty_on = new Image();
projekty_on.src = "img/but_projekty2.gif";

servis = new Image();
servis.src = "img/but_servis.gif";
servis_on = new Image();
servis_on.src = "img/but_servis2.gif";

dystryb = new Image();
dystryb.src = "img/but_dystryb.gif";
dystryb_on = new Image();
dystryb_on.src = "img/but_dystryb2.gif";

inspekcje = new Image();
inspekcje.src = "img/but_inspekcje.gif";
inspekcje_on = new Image();
inspekcje_on.src = "img/but_inspekcje2.gif";

podnosniki = new Image();
podnosniki.src = "img/but_podnosniki.gif";
podnosniki_on = new Image();
podnosniki_on.src = "img/but_podnosniki2.gif";

inne1 = new Image();
inne1.src = "img/but_inne.gif";
inne1_on = new Image();
inne1_on.src = "img/but_inne2.gif";

function img_on(imgName) {
if (version == "n3") {
imgOn = eval(imgName + "_on.src");
document [imgName].src = imgOn;} }
function img_out(imgName) {
if (version == "n3") {
imgOut = eval(imgName + ".src");
document [imgName].src = imgOut;
} }
}

