<!--
var qwinb42736
function ViewScanners(form){
     
     qwinb42736=window.open("","ChipsPosterWindow","toolbar=no,directories=no, status=no,menubar=no,resizable=yes,width=400,height=250");
     var qtxt="<HTML><HEAD><TITLE>ACA CHIPS Supported Fingerprint Scanners</TITLE></HEAD><BODY>"
      qtxt = qtxt + "ACA CHIPS is the leading Child Fingerprinting program that supports and interfaces with the following scanners manufacturers.<br><br>"
      qtxt = qtxt + "<big><b>Crossmatch</b></big><br>"
      qtxt = qtxt + "Verifier 200<br>"
      qtxt = qtxt + "Verifier 250<br>"
      qtxt = qtxt + "Verifier 300<br>"
      qtxt = qtxt + "Verifier 300-LC<br>"
      qtxt = qtxt + "Verifier 300-LC USB 2.0&nbsp;&nbsp;** Recommended<br>"
      qtxt = qtxt + "ID 500 <br>"
      qtxt = qtxt + "ID 1000<br><br>"
      qtxt = qtxt + "<big><b>I3</b></big><br>"
      qtxt = qtxt + "digID L Series<br>"
      qtxt = qtxt + "</BODY></HTML>"
      qwinb42736.document.clear()
      qwinb42736.document.write(qtxt)
      qwinb42736.focus()
}
document.write("<FORM><INPUT TYPE=BUTTON VALUE=\"Scanners Supported\" onClick=\"ViewScanners(this.form)\"></FORM>")
 // -->
