var fDesc=new Array(); fDesc[0] = "Features of this software:
-Provides feature-rich, high-level "Biometric Service Provider" APIs for Fingerprint Enrollment and Verification based on the SecuAPI® specification, with optimized, self-contained graphical user interfaces (GUIs) for quick development and short time-to-market
-Features "next-generation" imaging, extraction, and matching algorithm technologies, including Highly-Adaptive Filtering and Advanced Image Enhancement and Restoration
-Processes fingerprint minutiae into 2 types of template formats:
-ANSI-INCITS 378-2004
-SecuGen proprietary 400-byte encrypted
-Uses secure and flexible Fingerprint Identification Records (FIRs) that store up to 10 fingerprints (raw image, intermediate, or minutiae template) per FIR with 128-bit encryption
-Includes all header and library files and full documentation for development and distribution
-Complies with Biometric Standards:
-NIST FIPS 201 (PIV)
-ANSI-INCITS 378-2004"; 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 = ''; } }