var fDesc=new Array(); fDesc[0] = "KeyText is a powerful keyboard macro and automation program for Windows. The application comes with samples and a tutorial, so in no time you can be saving time and increasing productivity when working with your Windows PC. Wizards help you script button clicks, mouse actions, run programs/URLs, start emails and more."; 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 = ''; } }