function checkrequire(which){
var pass=true

if (document.poczta.adres_mail.value.length ==""){
document.poczta.adres_mail.style.backgroundColor="yellow"
return false
}


if (document.poczta.pytanie.value.length ==""){
document.poczta.pytanie.style.backgroundColor="yellow"
return false
}



return true
}