   nazwaPrzegl = navigator.appName;
   werPrzegl = parseInt(navigator.appVersion);
   if (nazwaPrzegl == "Netscape" && werPrzegl >= 3) version = "n3"; 
    else if (nazwaPrzegl == "Microsoft Internet Explorer" && werPrzegl >= 4) version = "n3";
    else version = "n2";
   if (version == "n3")
   { 
     a01 = new Image();
     a01.src = "img/a01.gif";
     a01_on = new Image();
     a01_on.src = "img/a01_on.gif";
	 
     b01 = new Image();
     b01.src = "img/b01.gif";
     b01_on = new Image();
     b01_on.src = "img/b01_on.gif";
	 
     c01 = new Image();
     c01.src = "img/c01.gif";
     c01_on = new Image();
     c01_on.src = "img/c01_on.gif";
	 
     d01 = new Image();
     d01.src = "img/d01.gif";
     d01_on = new Image();
     d01_on.src = "img/d01_on.gif";
	 
     e01 = new Image();
     e01.src = "img/e01.gif";
     e01_on = new Image();
     e01_on.src = "img/e01_on.gif";
	 
     f01 = new Image();
     f01.src = "img/f01.gif";
     f01_on = new Image();
     f01_on.src = "img/f01_on.gif";
		 
     g01 = new Image();
     g01.src = "img/g01.gif";
     g01_on = new Image();
     g01_on.src = "img/g01_on.gif";
	 
     x01 = new Image();
     x01.src = "img/x01.gif";
     x01_on = new Image();
     x01_on.src = "img/x01_on.gif";
	 
     y01 = new Image();
     y01.src = "img/y01.gif";
     y01_on = new Image();
     y01_on.src = "img/y01_on.gif";
	 
     z01 = new Image();
     z01.src = "img/z01.gif";
     z01_on = new Image();
     z01_on.src = "img/z01_on.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;
     }
   }

	 
// Otwieranie obrazka w osobnym oknie
// Skrypt pochodzi z biblioteki http://www.republika.pl/dszczepanik/

nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false;

//Nowe=null;
//function Otworz(w,s,src) {
//if (Nowe) {
//	if (ie4) Nowe.close();
//	else if (nn4) Nowe.closed;
//	Nowe=null
//	};
//Nowe=window.open("", "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,left=200,top=100,height="+w+",width="+s);
//Nowe.document.write("<HTML><HEAD></HEAD><BODY bgcolor=white topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><CENTER><IMG SRC="+src+"></CENTER></BODY></HTML>")
//Nowe.focus()
//}

Nowe=null;
function Otworz(wysokosc,szerokosc,plik) {
if (Nowe) {
	if (ie4) Nowe.close();
	else if (nn4) Nowe.closed;
	Nowe=null
	};
Nowe=window.open("image_open.php?image="+plik, "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=yes,left=200,top=100,height="+wysokosc+",width="+szerokosc);
//Nowe.document.write("<html><head></head><body style=\"background-color:white\" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src="+plik+"></body></html>")
Nowe.focus()
}