var fDesc=new Array(); fDesc[0] = "Canon imageWARE Scan Manager simplifies batch scanning and indexing. Designed for high-volume jobs, it offers businesses the production-level support they need to process paperwork quickly and accurately. When integrated with imageWARE Document Manager, Scan Manager helps businesses intelligently transform paper documents into indexed electronic information that can be stored and retrieved with ease. Advanced imaging functions include zone OCR, forms recognition, barcode recognition, both pre- and post-indexing, as well as input masking functions."; 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 = ''; } }