<!-- Desactivar el botó ENVIAR dels formularis function deshabilita(form){	if ((form.nom.value != "") &&	(form.telf.value != "") &&	 (form.dirfiscal.value != "") &&	 (form.cp.value != "") && 	(form.ciutat.value != "") && (form.provincia.value != "") && (form.email.value != "")) { 		form.EnvioComanda.disabled = false;	} else { 		form.EnvioComanda.disabled = true;	}}-->
