function jsRiesgoDelCredito($socio) { $xhtml = ""; if (isset($socio)) { $xSoc = new cSocio($socio); $xhtml .= "<fieldset><legend>DATOS DE ENDEUDAMIENTO</legend>"; $xhtml .= $xSoc->getRiesgoComunPorNucleoFamiliar(true); $xhtml .= $xSoc->getRiesgoComunPorAvales(true); $xhtml .= "</fieldset>"; } return $xhtml; }