var fDesc=new Array(); fDesc[0] = "DirectPay ACH is a simple and effective Windows application that creates ACH files from your Excel, CSV and user-defined text files. These ACH files (commonly known as "direct deposit" or "direct debit") are a series of payment instructions you may send to virtually any bank for executing.
Conversion from your source file takes just seconds and all files are NACHA-compliant. DirectPay ACH makes payroll, vendor payments, and customer collections both easy and cost-effective."; 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 = ''; } }