var fDesc=new Array(); fDesc[0] = "FormIDEA (Form Image Data Entry Assistant) is an intelligent forms processing add-in for Microsoft Office, which can help you to capture data from scanned or faxed paper forms directly into Excel workbooks - data fields of interest are automatically identified and extracted. Form data (such as machine-printed alphanumerical text, check marks, barcodes and linear marks) can be read automatically. In addition, FormIDEA can help you to store paper forms into image-enabled electronic workbooks in Excel. This means that whenever you need to review original data or verify data entry results, you no longer need to search paper forms - FormIDEA provides smart image auto-tracking features to help you retrieve and view original data images instantly in Excel."; 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 = ''; } }