var fDesc=new Array(); fDesc[0] = "MyScript Notes for ACECAD is the handy software that converts your handwritten notes from ACECAD DigiMemo into digital text. This software allows you to use the converted forms in the applications such as Microsoft Word, Outlook or Lotus Notes.You can also create a personal recognition profile so that the software can recognize your individual handwriting with even greater accuracy."; 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 = ''; } }