function testuj(f1) { 

 

  if (!f1.reply.value.match(/^[0-9a-z_.-]+@([0-9a-z-]+\.)+[a-z]{2,6}$/) & (f1.telefon.value.length<1)) { 

    alert("Podaj poprawny kontakt (e-mail lub telefon)!");  

   f1.reply.focus(); 

   return false; 

  } 

  return true; 

} 



//function testuj(f1) {

  // if (f1.telefon.value.length<1) { alert("Wypełnij pole TELEFON"); return false; }

 // return true;

//}

function testuj1(f1) {

  if (f1.pytanie_uwagi.value.length<1 & f1.slowa_kluczowe.value.length<1) { alert("Brak słów kluczowych lub treści zapytania!?"); return false; }	

	

  return true;

}







function antyspam(t) {

  t.spam.value=2;

  return true;

}




