function galeria(s,w,src,opis) {
nn6=(document.getElementById&&!document.all) ? true : false;
nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false;
Nowe=null;
  if (Nowe) {
   if (ie4) Nowe.close();
   else if (nn6) 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,height="+w+",width="+s);
  Nowe.document.open();
  Nowe.document.writeln("<html><head><title>"+opis+"</title></head>");
  Nowe.document.writeln("<body leftmargin=0 marginheight=0 marginwidth=0 topmargin=0>");
  Nowe.document.writeln("<a href=\"javascript:close();\"><img src=\""+src+"\" border=0></a></body></html>");
  Nowe.document.close();
  Nowe.focus();
}

