
function PowiekszFoto(foto){
   width = 690;
   height = 485; 
      var winleft = (screen.width - width) / 2;
      var wintop = (screen.height - height) / 2;
      window.open(foto,"Powiekszenie","left=5,top=5,width= " + width + ",height= " + height + ",scrollbars=1");
  
}



                  function Powieksz(width,height,plik) {
                        var winleft = (screen.width - width) / 2;
                        var wintop = (screen.height - height) / 2;
                        window.open("podglad.php?plik="+plik,"Powiekszenie","left=5,top=5,width= " + width + ",height= " + height + ",scrollbars=1");
                   }


function EnablePassword(selekt){
   if (selekt.value == 't'){
      $('haslo').disabled=false;
      $('powtorzHaslo').disabled=false;
   } else {
      $('haslo').disabled=true;
      $('powtorzHaslo').disabled=true;
   }
}


function ChangeAddress(czekbox){
   if (czekbox.checked == true){
      $('innyAdres').disabled=false;
   } else {
      $('innyAdres').disabled=true;
   }
}

