var fDesc=new Array(); fDesc[0] = "FormPro is a solution for automated data capturing from filled-out forms, questionnaires and structured documents of all kinds. By using FormPro, data that until recently had to be typed in manually can now be captured automatically and be saved into a file or database.

To enable automatic forms processing with FormPro an empty form must be scanned first and a reading template must be defined. This template determines where on the form you want to capture data and whether this is printed or handwritten text, bar codes or checkmarks."; 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 = ''; } }