var fDesc=new Array(); fDesc[0] = "Fujitsu Pen Components is a application desighned for Fujitsu Tablet PC .The software allaws you to configure the pen ,you can use the pen to select items and run programs on your pen tablet like a mouse on a desktop computer. If you have enabled either PenX or Pen Services, you can write characters directly on the screen with the pen. You can also use the pen as a drawing tool if your program provides a drawing or inking area on the screen.
The screen interacts with the pen when the pen tip is touching the screen. The pen tip can be configured to act as either a left mouse button or a right mouse button. Normally, the tip acts as a left mouse button. To emulate a right mouse button, tap the Right Mouse Button button."; 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 = ''; } }