function klik()
{
  if ((document.forms['zapytanie'].imie.value != "") && (document.forms['zapytanie'].nazwisko.value != "") && (document.forms['zapytanie'].telefon.value != "") && (document.forms['zapytanie'].tresc.value != ""))
  {
       document.forms['zapytanie'].submit();
  }
  else
  {
    alert("Proszę wypełnić wszystkie wymagane pola");
  }
}


function Foto(fotka) {
leftVal = Math.abs((600 - screen.width) / 2);
topVal = Math.abs((730 - screen.height) / 2);
var win = window.open('foto.php?p='+fotka,'Zdjecie','width=600,height=730,left='+leftVal+',top='+topVal+',resizable=0,scrollbars=no,location=no,menubar=no,toolbar=no, titebar=no, scrollbars=no, status=no');
}

