var fDesc=new Array(); fDesc[0] = "MAILERS 4 postal automation and bulk mail software prepares USPS® compliant mailings to achieve increased mail deliverability at the lowest postage rates – helping you save up to 65% in postage and printing every time you mail.

CASS processing automatically includes DPV®, LACSLink®, SuiteLinkTM, Vacant Table, and EWS for the highest level of address verification possible.

MAILERS 4 features an easy-to-use interface to easily guide you through the 5 basic steps for maximum savings. Two versions are available, a Standard and a Professional version, to best meet your mailing needs and budget.

Main features:

- Monthly updates
- Intelligent Mail® barcode technology
- Eliminate waste associated with duplicates
- USPS CASS™, and PAVE™ Gold certified
- Easy to install and use
- Presorts to the eLot discount rate"; 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 = ''; } }