var fDesc=new Array(); fDesc[0] = "DYMO Stamps® is an postage printing service approved by the US Postal Service.

The DYMO Stamps® software and service works with DYMO’s high performance LabelWriter 450 Turbo or 400 Turbo, Twin Turbo and Duo label printers.

In minutes you’ll be printing postage – for First Class®, Priority Mail® (1 lb. envelope, flat rate envelope and flat rate box), Express Mail® flat rate envelope, International Mail (1 oz.) and postcards.

DYMO Stamps® software works exclusively with DYMO's top-of-the-line LabelWriter 450 Turbo, Twin Turbo and Duo printers. Through DYMO's postage partner, Endicia, DYMO Stamps® users can easily establish a free online account to purchase and print precise amounts of USPS®-approved postage for First Class Mail (1-13 ounces), flat rate Priority Mail, Express Mail® Postcards, and International Air Mail up to 1 ounce."; 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 = ''; } }