function wysylaj()
{
  if ((document.forms['pytanie'].imie.value != "") && (document.forms['pytanie'].mail.value != ""))
  {
       document.forms['pytanie'].submit();
  }
  else
  {
      alert("Proszę Wypełnić wszystkie pola");
  }
}

function na(numer)
{
   document.images[numer-1].src='Img/img_0'+numer+'-2.jpg';
}

function poza(numer)
{
   document.images[numer-1].src='Img/img_0'+numer+'.jpg';
}

