var fDesc=new Array();
fDesc[0] = "ritePen® allows writing anywhere on your screen in smooth digital ink to enter text into any document; to markup and annotate desktop content; to take quick notes; to automate routine tasks via ink commands.
ritePen 4.0 'Touch' is the first handwriting recognition application that uniquely blends pen and multi-touch functionality. You can write with your bundled or aftermarket pen or with your finger on a multi-touch screen and use multi-touch gestures to control user interface and handwritten notes.
Advanced features include forms data entry via context aware recognition, with pre-built user dictionaries; automatic shape and chart enhancement; integration with Evernote software and service; seamless operation over Citrix and RDP networks; and much more...";
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 = '';
}
}