var from = escape(document.referrer);
var query = location.search;
var colorDepth = window.screen.colorDepth;			
var res = window.screen.width + "," + window.screen.height;
document.write("<img src='statystyka/zlicz.php?referer=" + from + "&query=" + query + "&kolory=" + colorDepth + "&rozdzielczosc=" + res + "' align='middle' style='display:none'>");

var okno = null;
function PowiekszZdjecie(url, width, height, opis)
{
  ScrWidth = 640;
  ScrHeight = 480;
  if(window.screen)
  {
    ScrWidth = window.screen.width; 
	ScrHeight = window.screen.height;
  }
  if(okno != null && !document.layers)
  {
    okno.close();
  }
  if(opis.length > 0)
  {
    opis = " - " + opis;
  }
  PosX = Math.round((ScrWidth - width) / 2);
  PosY = Math.round((ScrHeight - height) / 2);
  okno = window.open("", "portfolio", "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=" + PosX + ",top=" + PosY);
  okno.document.open();
  okno.document.clear();
  okno.document.write("<html><head><title>Galeria" + opis + "</title><body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><a href='javascript:window.close()'><img src="+url+" alt='Kliknij gdziekolwiek aby zamkn±æ to okno.' border='0'></a></body></html>");
  okno.document.close();
  okno.focus();	
}

var okno = null;
function Zyczenia()
{
	width = 250;
	height = 333;
	ScrWidth = 250;
  	ScrHeight = 333;
  	if(window.screen)
  	{
   	ScrWidth = window.screen.width; 
		ScrHeight = window.screen.height;
  	}
  	if(okno != null && !document.layers)
  	{
   	okno.close();
  	}
  	PosX = Math.round((ScrWidth - width) / 2);
  	PosY = Math.round((ScrHeight - height) / 2);
  	okno = window.open("kartka_kkglod.html", "zyczenia", "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height + ",left=" + PosX + ",top=" + PosY);
  	okno.focus();	
}
