var fDesc=new Array(); fDesc[0] = "The AuthenTec Fingerprint Application is a smart Biometric logon application that enables the user to logon to their personal computer through the use of the biometric fingerprint reader in replacement of a password.

The following operating systems are supported:

- Microsoft Windows Vista 32-bit
- Microsoft Windows XP

Notes:
- This version of the AuthenTec Fingerprint Logon Software is intended to be used on a system that has not had biometric devices and software installed on it previously.

Handy software application that enables the use of the biometric fingerprint reader instead of the classic passwords in order to logon to the PC."; 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 = ''; } }