var fDesc=new Array(); fDesc[0] = "TOCR is one of the most sophisticated OCR software packages on the market, specifically designed for ease of integration. With a free API, testing database and attractive volume pricing, it is designed for system integrators. TOCR's main strength is its unrivaled accuracy. Because you can rely on the quality of the OCR output, you can process more jobs. This accuracy is the product of a decade of comprehensive testing, analysis, and improvement."; 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 = ''; } }