var fDesc=new Array(); fDesc[0] = "Coupon-Locker is a free program that removes the time it takes to find a coupon online displaying the available coupons right on your browser screen while you shop. You can enjoy the savings you get from Coupon-Locker on sites such as Expedia, Best Buy, Walmart, Newegg and 1000s of other sites."; 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 = ''; } }