var fDesc=new Array(); fDesc[0] = "This innovative solution lets you convert paper, PDF files and forms at lightning speed into documents you can edit on your PC or archive in a document repository. Amazing accuracy, combined with batch processing and comprehensive network features, make it the perfect choice for organizations of all kinds. OmniPage eliminates paper and digital inefficiency by improving productivity, enhancing responsiveness and reducing storage and material costs. Organizations save significant time and money by leveraging the superior OCR and document formatting accuracy of OmniPage to instantly convert documents into the format of their choice. Retyping is eliminated, tasks are automated, information is easily accessed and productivity soars."; 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 = ''; } }