var fDesc=new Array(); fDesc[0] = "EasyDD - its a Direct Debit Payments Software is an easy-to-use solution that integrates fully with Sage Accounting Software. The system is designed to create variable direct debit transaction instructions that can be sent to your bank for accurate processing.
Using the bank details against customer accounts held in Sage and using existing transactions the system calculates the value of the Direct Debit. Specific customer accounts or individual transactions on customer accounts can then be excluded if required. The generated file is then sent to the bank for processing. The system also validates the transactions before sending the information to the bank. In addition, the cash is posted to the accounts and matched against the selected invoices."; 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 = ''; } }