function aiuto() {
windowVar = window.open ("help.lasso","Help","menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=610,height=610")
}
function veriflm() {
	txt1=document.lm.kitlm.value
	if(txt1=="") {
		alert("Vous n'avez pas introduit aucun Code")
		return false;
	}
}
function veriforig() {
	txt1=document.orig.kitorig.value
	if(txt1=="") {
		alert("Vous n'avez pas introduit aucun Code")
		return false;
	}
}
function verifcostr() {
	txt1=document.costr.kitcostr.value
	if(txt1=="") {
		alert("Vous n'avez pas introduit aucun Code")
		return false;
	}
}
function verifvalv() {
	txt1=document.valv.apparecchio.value
	if(txt1=="") {
		alert("Vous n'avez pas introduit aucun Code")
		return false;
	}
}
function verifreg() {
	txt1=document.reg.azienda.value
	if(txt1=="") {
		alert("Le nom de l'entreprise est requise")
		return false;
		}
	txt1=document.reg.referente.value
	if(txt1=="") {
		alert("Le nom du Responsable est requis")
		return false;
		}
	txt1=document.reg.email.value
	if(txt1=="") {
		alert("L' e-mail est requise ")
		return false;
		}
	txt1=document.reg.telefono.value
	if(txt1=="") {
		alert("Le téléphone est requis")
		return false;
		}
	txt1=document.reg.indirizzo.value
	if(txt1=="") {
		alert("L'adresse est requis")
		return false;
		}
	txt1=document.reg.note.value
	if(txt1=="") {
		alert("La demande est requise")
		return false;
		}	
}
