var fDesc=new Array(); fDesc[0] = "Using the pencil or pointer mode is a bit less distracting.
The program itself installs into the system tray. Tapping on the icon or clicking on it with the pen brings up a context menu that lets you pick which type of pointer you want for the pen.
The program is free and requires .NET 2.0 or higher and Windows XP Tablet or Windows Vista with a tablet pen."; 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 = ''; } }