var fDesc=new Array(); fDesc[0] = "Data capture and document processing software
ABBYY FlexiCapture 10 is the next generation of intelligent, accurate and highly scalable data capture and document processing software. It provides a single entry point to automatically transform the stream of different forms and documents of any structure and complexity into business-ready data. With automatic document classification and data capture features, ABBYY FlexiCapture helps organizations of any kind with any volume of paperwork significantly increase efficiency by automating paper-based business processes."; 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 = ''; } }