var fDesc=new Array(); fDesc[0] = "The RJS Imaging Scan Workstation application allows you to digitize all your documents and store them electronically. Scan Workstation is an easy-to-use document capture client that works seamlessly with WebDocs to allow you to scan, index and store virtually any paper and electronic content. Documents can be scanned using any Twain or Kofax-compliant scanner, indexed for easy search, and digitally stored, emailed, faxed or routed through a business process. The data capture software also allows you to pass document values directly into ERP and other business systems, saving time on duplicate data entry."; 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 = ''; } }