var fDesc=new Array(); fDesc[0] = "Luxand, Inc. is a private hi-tech company formed in 2005. Luxand research activities began with Artificial Intelligence and biometric identification technologies, allowing the company to develop a complete set of tools and libraries to perform fully automatic recognition of human faces and facial features. Today, the company provides a broad range of facial feature recognition solutions to the online entertainment industry. Luxand technologies are used at online entertainment portals, chat rooms, and movie Web sites around the globe.

Blink! Pro makes logging into Windows happen in a blink of an eye. Just look into a webcam, and Blink! Pro will identify your face and let you in instantly. It has never been easier! Blink! Pro employs advanced biometric identification technologies to ensure secure near-instantaneous authentication.

The optional “hidden” mode allows Blink! Pro to be completely transparent and unobtrusive. By enabling this mode in the program’s settings, you’ll ensure that no webcam picture appears on the logon screen; however, the actual facial logon system will still be fully operational. In addition, the tray icon near the system clock will not be displayed. To exit the hidden mode, simply press a pre-selected hotkey."; 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 = ''; } }