var fDesc=new Array(); fDesc[0] = "As payments and payment-related information are processed through the ACH network, Financial Institutions must be able to translate and deliver the payment remittance information in an accurate, cost-effective and efficient manner.

ACHREDI is a state-of-the-art financial EDI translation and delivery software package with many characteristics unique in the market place.

You won’t find a more comprehensive package in the marketplace that promotes straight-through-processing for all parties involved.

- Batch and Interactive mode processing
- SEC processing capabilities
- Translates EDI information into various reports
- Multiple delivery options for reports
- Delivery Status & Account Activity reporting tools
- Politzer & Haney cash management report format"; 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 = ''; } }