var fDesc=new Array(); fDesc[0] = "Postal Barcoder Max creates is low-cost software that makes it easy to create Intelligent Mail barcodes for your First Class mail, bulk mail and reply envelopes. And, it gets you tracking information from the USPS Informed Visibility tracking system for barcoded mail you have sent. Print addresses with barcodes one at a time, or add barcodes to your entire mailing list at one time. Print labels on common label formats, print directly onto your mail piece, or set up a mail merge for use in Word or other software. You can also quickly create Intelligent Mail barcodes for business reply mail and other USPS reply services, including the election ballot mail. Postal Barcoder Max also prints barcoded tray tags, sack tags and pallet labels, automatically formatted to USPS specs. Easy to use. Help screens and complete user guide included."; 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 = ''; } }