var fDesc=new Array(); fDesc[0] = "The DigiMemo series (digital notepad with memory) is an excellent solution for paper form applications which need a paper copy of the form and digitally filed data.
By processing the digital handwriting ink captured by the DigiMemo, and by performing ticks and handwriting recognition in the form software, the automation within the application removes the need to re-type handwritten data on paper forms.
By using the DigiMemo and the form software, you can save time and money by automating the process."; 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 = ''; } }