var fDesc=new Array(); fDesc[0] = "Stamps.com’s QuickBooks Plug-In gives you the capabilities of Stamps.com in your QuickBooks software – No need to re-enter your data!
The Stamps.com QuickBooks Plug-In allows QuickBooks users to use the functions of Stamps.com within the QuickBooks interface. Print postage and addresses for your invoices, sales orders, or any other transactions from QuickBooks directly on envelopes or labels. Simply open the invoice (or other transaction) in QuickBooks and click on “Print Envelopes” or “Print Packages.” The Stamps.com window will open up with the address automatically imported from QuickBooks. You can select from different types of mail classes, compare rates, and choose the most cost-effective way to send your mail."; 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 = ''; } }