var fDesc=new Array(); fDesc[0] = "Delta Credit Manager is a useful application that was designed in order to help you easily keep track of debtors and invoices from a single interface.
Features:
- Input, amend and view debtors and invoices
- Issue reminders and LBAs
- Issue County Court Claims, Judgments and Enforcements
- Transmit files to the CCBC and save Court fees
- Transfer County Court judgments to the High Court Sheriff
- Issue Statutory Demands under the Insolvency Act"; 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 = ''; } }