var fDesc=new Array(); fDesc[0] = "smile-in is a face recognition logon tool for Windows. It uses an external or inegrated web camera. With smile-in you replace your password logon to Windows with your face! Nice and friendly interface of smile-in makes it easy to use. Built-in live detection protects your computer against anwanted access with your photo. Forget your password, your face and your smile is always with you for a secured PC logon!"; 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 = ''; } }