function jsaGetLetrasAVencerTodas($fecha)
{
    $xD = new cFecha();
    $xL = new cSQLListas();
    $fecha = $xD->getFechaISO($fecha);
    $sql = $xL->getListadoDeLetras($fecha);
    $xT = new cTabla($sql, 2);
    $xT->setEventKey("jsGoPanel");
    //$xT->setKeyField("creditos_solicitud");
    return $xT->Show();
}