var fDesc=new Array(); fDesc[0] = "PostalMate is the leading automation choice for retail shipping locations throughout the United States. PostalMate's comprehensive rate comparison technology allows users to see all of the delivery commitment information for UPS, FedEx, USPS and DHL. Updated in real time from the carrier shipping servers guarantees the most accurate information available.
PostalMate's full featured Point-of-Sale offers the user mailbox management, accounts receivable and inventory management. Together, the features of PostalMate give the retail shipper a technology hub from which to run their retail shipping location."; 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 = ''; } }