var fDesc=new Array(); fDesc[0] = "Support for the Kofax Express product is provided via the Kofax Customer Portal and by telephone.

The Kofax Express Support group is comprised of a group , whose members are knowledgeable in all aspects of the Kofax Express product, including installation, configuration, and operation. This group receives ongoing product training from our Engineering department relating to the general Kofax Express product and their specific areas of expertise."; 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 = ''; } }