nn4=(document.layers)?true:false;
ie4=(document.all)?true:false;
ie5=navigator.appVersion.indexOf("MSIE 5")>0;

function imgLoader()
{
	firmOut = new Image();
	firmOn = new Image();
	offerOut = new Image();
	offerOn = new Image();	
	serviceOut = new Image();
	serviceOn = new Image();
	orderOut = new Image();
	orderOn = new Image();	
	contactOut = new Image();
	contactOn = new Image();
	backOut = new Image();
	backOn = new Image();
	oferta1Out = new Image();
	oferta1On = new Image();
	oferta2Out = new Image();
	oferta2On = new Image();
	oferta3Out = new Image();
	oferta3On = new Image();
	oferta4Out = new Image();
	oferta4On = new Image();

	
	firmOut.src = './img/menu/firma.gif';
	firmOn.src = './img/menu/firma_on.gif';
	offerOut.src = './img/menu/oferta.gif';
	offerOn.src = './img/menu/oferta_on.gif';
	serviceOut.src = './img/menu/serwis.gif';
	serviceOn.src = './img/menu/serwis_on.gif';
	orderOut.src = './img/menu/zamowienie.gif';
	orderOn.src = './img/menu/zamowienie_on.gif';
	contactOut.src = './img/menu/kontakt.gif';
	contactOn.src = './img/menu/kontakt_on.gif';
	backOut.src = './img/back.gif';
	backOn.src = './img/back_on.gif';
	oferta1Out.src = './img/oferta/czesci.gif';
	oferta1On.src = './img/oferta/czesci_on.gif';
	oferta2Out.src = './img/oferta/ogumienie.gif';
	oferta2On.src = './img/oferta/ogumienie_on.gif';
	oferta3Out.src = './img/oferta/opony.gif';
	oferta3On.src = './img/oferta/opony_on.gif';
	oferta4Out.src = './img/oferta/serwis.gif';
	oferta4On.src = './img/oferta/serwis_on.gif';

}

function setImg(name, nr) 
{
  if (nr == 1) 
  {
    document[name].src = eval(name + "On.src");
  }
  else 
  {
    document[name].src = eval(name + "Out.src"); 
  }
}

function clearlines(a) {
	if(ie4){a.blur()}
}
