var fDesc=new Array(); fDesc[0] = "Many people who buy scanners receive a "limited edition" OCR product bundled with the scanner. Most of the leading scanner manufacturers include OmniPage Lite or OmniPage Limited Edition. The purpose of these OCR products is to provide basic OCR capabilities and to introduce users to the OCR experience. OmniPage Pro is dramatically more accurate than these entry-level products - guaranteed better than 99% accurate* in fact, - and it offers powerful features that make OCR tasks easier and help you produce more accurate, true-to-life results."; 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 = ''; } }