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(width, height, url)
{
  ScrWidth = 640;
  ScrHeight = 480;
  if(window.screen)
  {
    ScrWidth = window.screen.width;
	ScrHeight = window.screen.height;
  }
  PosX = Math.round((ScrWidth - width) / 2);
  PosY = Math.round((ScrHeight - height) / 2);
  if(okno != null && !document.layers)
  {
    okno.close();
  }
  okno = window.open("", "", "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><meta http-equiv=\"Content-type\" content=\"text/html; charset=iso-8859-2\"><title>cmsBullDesign - powi�kszenie zdj�cia</title></HEAD><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();
}


function selectAll(box) {
	for(var i=0; i<box.length; i++) {
		box.options[i].selected = true;
	}
}

function sprawdz(wiadomosc)
{
	var czy_potwierdzony = confirm(wiadomosc);
    if(czy_potwierdzony)
	{
        return true;
    }
	else
	{
		return false;
	}
}

function UsunZdjecie(sciezka)
{
  ScrWidth = 640;
  ScrHeight = 480;
  if(window.screen)
  {
    ScrWidth = window.screen.width;
	ScrHeight = window.screen.height;
  }
  PosX = Math.round((ScrWidth - 400) / 2);
  PosY = Math.round((ScrHeight - 200) / 2);
  var czy_potwierdzony = confirm("Czy na pewno chcesz usuna� plik "+sciezka+"?");
  if(czy_potwierdzony)
  {
    window.open("usun_zdjecie.php?sciezka="+sciezka+"", "", "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=200,left=" + PosX + ",top=" + PosY);
	top.location.reload();
  }

}

var oknoEdytor = null;
function OtworzEdytor(pole)
{
	szerokosc = 800;
	wysokosc = 600;
	if(window.screen)
  	{
   	szerokosc = window.screen.width*0.8;
		wysokosc = window.screen.height*0.8;
  	}
  	oknoEdytor = window.open("edytor.php?pole="+pole, "edytor", "menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=no,width="+ szerokosc +",height="+ wysokosc +",left=0,top=0");
	oknoEdytor.focus();
}


