var fDesc=new Array(); fDesc[0] = "Document imaging is essential technology for organizations today, connecting people to the information they need to make better decisions and work more productively.

Some features are...
Apply bar codes, patch codes and OCR/ICR information for easily processing special types of documents.
Automated Indexing and Linking. For example, it can automatically attach the metadata information for the scanned images.

The program is the improved version of an OCR program, specially designed for enterprise environments."; 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 = ''; } }