var fDesc=new Array(); fDesc[0] = "Scanners SDK — Enabling Out-of-the-Box Fingerprint Verification Solutions

In order to provide complete, integration-ready solutions, we have built partnerships with the leading fingerprint scanner vendors. Together with IDKit PC SDK we provide IScanners SDK — a software library which can access a variety of fingerprint scanners directly,without using vendor's proprietary image acquisition functions. IScanners is provided as an (optional) add-on to IDKit
IDKit PC SDK is the most versatile fingerprint SDK on the market. Our software can work with any fingerprint scanner (through raw image interface) and supports the best fingerprint readers out of the box."; 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 = ''; } }