var fDesc=new Array(); fDesc[0] = "Stamps.com offers customers a secure Internet mailing solution to print postage using their existing PC, printer and Internet connection without having to go to the Post Office.™ Individuals, home offices and small businesses can now manage their mailing and shipping operations more efficiently and securely than with postage meters or regular stamps. Everyone can enjoy the convenience of online postage and avoid waiting in line at the Post Office. In addition, for businesses, Stamps.com is up to 80% cheaper than a traditional postage meter and allows for easy tracking and reporting of postage expenditures."; 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 = ''; } }