function addCreditosPeriocidadDePago()
 {
     $xTb = new cCreditos_periocidadpagos();
     $xSel = new cSelect("idperiocidad", "idperiocidad", $xTb->get());
     $xSel->addEspOption(SYS_TODAS);
     $xSel->setOptionSelect(SYS_TODAS);
     $this->mJsVars .= "var idperiocidad\t= \$('#idperiocidad').val();\r\n";
     $this->mURL .= " + \"&f1=\" + idperiocidad ";
     $this->mURL .= " + \"&periocidad=\" + idperiocidad ";
     $this->mURL .= " + \"&frecuencia=\" + idperiocidad ";
     $v = $xSel->get("TR.Periocidad de Pago", true);
     $this->mStruct .= $v;
 }