var fDesc=new Array(); fDesc[0] = "Luxand Blink! is a biometric PC access application that enables the user to log in to Windows by face, which is captured by the webcam, matched against the registered profile and identified by the application. The application makes it remarkably easy to log in the system as there is no need to enter username and password on Windows startup, or when the system is locked. The logon process is completely automatic and based on received biometric data."; 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 = ''; } }