var fDesc=new Array(); fDesc[0] = "MyScript Studio Forms Edition is an end-user application dedicated to small businesses and individuals which enables the processing of forms and include all MyScript Studio Notes Edition functionalities.

This productivity tool allows manual or semi-automatic processing of structured documents filled-in with any digital device in 28 different languages. Using the power of MyScript technology, MyScript Studio Forms Edition can convert any handwriting styles from isolated characters to cursive handwriting with the best possible accuracy results."; 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 = ''; } }