function validar_form_sorteo(frm) { if (validar_form(frm)) { return true; } else { return false; } }