var fDesc=new Array(); fDesc[0] = "The Coupon Printer application only needs to be installed once and allows you to access valuable savings from thousands of websites across the Internet. Look for the "Powered by Coupons.com" logo on your favorite websites, print your coupons, and save at the store!
The Coupon Printer is required to print coupons from anywhere across the Coupons.com Digitial FSI Network."; 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 = ''; } }