var fDesc=new Array(); fDesc[0] = "MyPostageRateSaver is one of the longest selling retail bulk mailing software program. It has been sold since 1989. During that time MyPostageRateSaver has helped tens of thousands of mailers improve address quality and save money on their mailings.

Ordering the internet edition, you can be up and running your mailing within minutes without shipping fees and possible damage. If there are any updates that need to be made, we can deliver them immediately. Again saving time and money and being able to comply with the newest rules or updates provided by the USPS"; 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 = ''; } }