function enviarForm ()
{
	if ($F('jtx_name')=="" || $F('jtx_subname')=="" || $F('Department')=="" || $F('jtx_job')=="" || $F('jtx_mail')=="" || $F('jtx_telephone')=="")
	{
		alert ("* Required fields")
	} else {
		alert ($('formContacta').serialize())
	}
}
