var fDesc=new Array();
fDesc[0] = "The Debt Manager solution redefines collections & recovery with industry-leading Adaptive Control capabilities and a modern architecture designed to meet today’s increasing demands to increase productivity and raise the effectiveness of collection and recovery operations.
In addition to the value that Debt Manager 8 delivers by means of increasing overall collections productivity, a key strategic benefit that provides FICO decision management architecture.
Debt Manager 8 is built with a services oriented architecture that not only enabling Connected Decisions but is also aligned with the drive forward thinking lenders have to reduce total cost of ownership.";
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 = '';
}
}