var fDesc=new Array(); fDesc[0] = "VeriFinger is a fingerprint identification technology intended for biometric systems developers and integrators. The technology assures system performance with fast, reliable fingerprint matching in 1-to-1 and 1-to-many modes.
VeriFinger is a NIST MINEX compliant algorithm that is capable of performing rolled and flat fingerprint matching. The algorithm is tolerant to fingerprint translation, rotation and deformation, and includes image quality determination."; 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 = ''; } }