var fDesc=new Array(); fDesc[0] = "JKLmouse is designed for notebook computer keyboards, and it's modeless. There's no special "JKLmouse mode" to switch on and off. JKLmouse doesn't interfere with normal keyboard operation—it's ready to use all the time.
Best of all, it's easy to seamlessly combine normal TrackPoint or touchpad use with JKLmouse: start with the pointing device for large movements and then use JKLmouse to nail down the exact pixel location.
JKLmouse uses only a small amount of memory and does not slow your computer down."; 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 = ''; } }