var fDesc=new Array(); fDesc[0] = "O2Face is a state-of-the-art desktop access control software based on our advanced facial recognition technology. It simplifies your Windows log on experience and frees you from creating and remembering complex passwords.
Since computers do not have a recognition function built in, users must input account information, passwords and other possible bits of information to manually log on to a traditional system. All these hassles can be eliminated by using O2Face."; 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 = ''; } }