var fDesc=new Array(); fDesc[0] = "The FP500 computer software offers a range of additional functions for easier administration of the programmed users. Programming other fingerprints “without” using the master fingerprint via the PC software, deleting of individual fingerprints, assignment of names to the programmed fingerprints, recording to log files on access attempts, storing of fingerprints as image files, optional PIN request at software start and setting of the tightening duration of the relay when the fingerprint is recognised correctly.

It is also possible to copy fingerprints from the sensor to the hard disc and to archive them. This can be used, e.g. as backup function, for synchronisation or distribution onto several units."; 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 = ''; } }