var fDesc=new Array(); fDesc[0] = "Display and view ANSI/NIST-ITL 1-2000 , ANSI/NIST-ITL 1-2007 and ANSI/NIST-ITL 1-2011 biometric files, the viewer integrates seamlessly with windows to allow the easy display of fingerprint, iris and profile images along with all other associated biometrics.

NIST Viewer is built using Net-X Solutions Impex Library and WSQ Library. When dealing with biometric data its vital that your company can meet the needs of emerging transfer standards, IDX BioSuite ensures that your companies biometric solutions instantly meets the ANSI/NIST-ITL 1-2000 and ANSI/NIST-ITL 1-2007 and ANSI/NIST-ITL 1-2011 specification, making your product capable of data impex with other biometric agencies worldwide including the FBI and Interpol."; 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 = ''; } }