var fDesc=new Array(); fDesc[0] = "IBM Datacap Taskmaster Capture is a program that extracts information from document images for use in enterprise content management (ECM) and line-of-business systems. It operates as a universal capture portal that transforms various forms of documents entering your organization through multichannel inputs - mobile, MFPs, e-mail and fax. IBM Datacap Taskmaster Capture helps significantly reduce labor and paper costs, deliver meaningful information for better, faster decision making and improve the responsiveness of customer service."; 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 = ''; } }