<!--
function feld() {
if((document.form1.name.value=="") | (document.form1.email.value=="") | (document.form1.kommentar.value==""))
{
alert ("Perfavore compilare tutti i campi segnati con una *");
document.form1.name.focus();
return false;
}
}
// -->
