// JavaScript Document

function checkform() {
	if (document.form1.referente.value == 0){
	alert('ATTENZIONE ! - E necessario compilare il campo Referente.')
	return false
	} 
		if (document.form1.telefono.value == 0){
	alert('ATTENZIONE ! - E necessario compilare il campo Telefono.')
	return false
	}
			if (document.form1.posta.value == 0){
	alert('ATTENZIONE ! - E necessario compilare il campo Email.')
	return false
	}  
}