var fDesc=new Array(); fDesc[0] = "The MorphoEnroll application is designed for single reader applications where enrollment stations are not feasible.

MorphoEnroll allows direct enrollment of fingerprint records using the MorphoAccess connected through TCP/IP.

MorphoEnroll can be used with MoprhoAccess; MA1xx, J Series and MA 5xx series readers.

For multi-reader sites and applications requiring management and reporting capabilities please refer to the appropriate products; BioManager or MEMS."; 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 = ''; } }