function addCreditosEstados()
 {
     $xTb = new cCreditos_estatus();
     $xSel = new cSelect("idestado", "idestado", $xTb->get());
     $xSel->addEspOption(SYS_TODAS);
     $xSel->setOptionSelect(SYS_TODAS);
     $v = $xSel->get("TR.Estado del Credito", true);
     $this->mJsVars .= "var idestado\t= \$('#idestado').val();\r\n";
     $this->mURL .= " + \"&f2=\" + idestado ";
     $this->mURL .= " + \"&estado=\" + idestado ";
     $this->mStruct .= $v;
 }