function otworzNowepoziom(adres)
{
window.open (adres,
'newWindow', "width=450 , height=320, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes, location=no")
}
function otworzNoweduze(adres)
{
window.open (adres,
'newWindow', "width=600 , height=600, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes, location=no")
}
function OtworzPoziomDuze(adres)
{
window.open (adres,
'newWindow', "width=900 , height=675, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no, location=no")
}


function otworzNowepion(adres)
{
window.open (adres,
'newWindow', "width=252 , height=320, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes, location=no")
}

function OtworzPionDuze(adres)
{
window.open (adres,
'newWindow', "width=504 , height=640, toolbar=no, menubar=no, status=no, scrollbars=auto, resizable=yes, location=no")
}

function otworzNowepoziomd(adres)
{
window.open (adres,
'newWindow', "width=510 , height=335, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes, location=no")
}

function otworzNowepiond(adres)
{
window.open (adres,
'newWindow', "width=370 , height=495, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes, location=no")
}
function duze()
{
var big=false;
  if(getCookie("zdjecia") == "true")
  document.form1.DuzeZdjecia.checked=true;



}

function getCookie(name)
{
  var c = document.cookie;
  point = c.indexOf(name);
  if (point != -1){
    endAt = c.indexOf (";", point + name.length);
    if (endAt == -1) endAt = c.length;
    var temp = c.substring(point + 1 + name.length, endAt);
    return temp;
  }
  return false;
}

function setCookie(name, value)
{
  data = new Date();
  data.setMonth(data.getMonth() + 1);
  var cookie = name + "=" + value + ";";
  cookie += "expires=" + data.toGMTString();
  document.cookie = cookie;
}


function check()
{
      if(document.form1.DuzeZdjecia.checked)
      setCookie("zdjecia", "true");
	  else
      setCookie("zdjecia", "false");
  }
  
  function otworzNoweX(x,y,adres)
{
alert(x);
window.open ("",
'newWindow', "width=450 , height=338, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no, location=no");
//<p><img src="adres" width="450" height="338"></p>
}


function popUpWindow(URLStr, left, top, width, height)
{
var popUpWin=0;
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=auto,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function otworznowepan(adres)
{
window.open (adres,
'newWindow', "width=420 , height=340, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no, location=no")
}
