var fDesc=new Array(); fDesc[0] = "MyScript Stylus is a powerful and interactive input method which replaces the keyboard in all application requiring text entry such as web browsers, emails, calendars, spreadsheets, word processors, and many more.

With MyScript Stylus, you can convert your natural handwriting into digital text in real time and benefit from the highest recognition accuracy rate on the market. In addition, the application also features a calculator module which enables the resolution of mathematical equations converting symbols and digits and giving the result in real time.

Note: MyScript Stylus is designed for pen or finger-based input devices such as touch-screen PCs, tablet PCs, Electronic tablets, interactive whiteboards, digital pens."; 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 = ''; } }