var fDesc=new Array(); fDesc[0] = "FitchPCM is a software that simulates the default behaviour of individual assets in credit portfolio. The 2.2 version incorporates the updates to the criteria "Criteria for Rating European Granular Corporate Balance-Sheet Securitisations (SME CLOs)". The model identifies all obligors that represent more than 50bps of the portfolio and applies the stress as described in the criteria report."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }