var fDesc=new Array(); fDesc[0] = "TouchpadPal automatically disables touchpad on laptop while typing. When you are typing a text on your laptop and your thumb accidentally brushes the touchpad, this leads to change the position of the cursor in your document and you need to start typing again and again. Touchpad Pal is utility for Windows XP/Vista/7 that solves this problem."; 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 = ''; } }