var fDesc=new Array(); fDesc[0] = "Kofax Transformation Modules is a program that adds automatic document classification, page separation, data extraction and validation capabilities to Kofax Capture. It eliminates the time and human effort required to understand the large volumes of documents and the related information. Once data is extracted, it is routed to the appropriate systems and staff within the organization."; 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 = ''; } }