var fDesc=new Array(); fDesc[0] = "Apply Paypal Links Creator is a free computer download that makes payment processing easier for both you and your customer. For those customers who use paypal and frequent your site on a regular basis, this is a great enhancement that will help to increase customer satisfaction, as well as, the marketability of your site."; 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 = ''; } }