var fDesc=new Array(); fDesc[0] = "Save.ca Print-At-Home is a free program that enables you to print coupons and obtain discounts for various products that you purchase online. You can save a lot of money by presenting the coupons to the specific retailer. You can choose the coupons that you are interested in and easily print them from your desktop computer."; 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 = ''; } }