var fDesc=new Array(); fDesc[0] = "USPS® Click-N-Ship® for Business is free desktop software for any business that regularly ships with the United States Postal Service®. It combines labels and package management operations all in one convenient tool.
USPS Click-N-Ship for Business features many useful tools for business shippers. Create bar coded labels for a variety of domestic and international shipping services, and print customs forms for certain foreign shipments right from the application. Plus, you get seamless integration with digital postal meters, a robust address book with search functionality, and easy data importing from eBay® or other external accounts. Not to mention quick access to USPS.com® price comparisons, delivery time estimates, and address verification tools."; 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 = ''; } }