var fDesc=new Array(); fDesc[0] = "Using a simple web-camera, Face LogOn ensures the identity of the user by providing biometric verification in an automatic continuous process, based on award winning XID Face Recognition Artificial Intelligence technology.

Face LogOn Xpress is a user friendly application to control the access to your computer based on Face Recognition for only authorized users.

Face LogOn Xpress is aimed at anybody looking to verify the identity of the users and log them on to their personal account in a simple and convenient way."; 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 = ''; } }