var fDesc=new Array(); fDesc[0] = "Touchpad Locker prevents accidental mouse clicks when typing on laptop keyboard. When you type on a laptop keyboard you sometimes touch the touchpad which cause the cursor to move from the location you're typing in. Touchpad Locker comes to prevent this: when typing the touchpad is disabled for a short time, so if you touch the touchpad nothing happens. Moments after you stop typing the touchpad returns to work as usual. This mean there's no hassle involved, and everything is done automatically."; 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 = ''; } }