var fDesc=new Array(); fDesc[0] = "The common way to login to your PC is with an account ID and password. This may not provide the highest level of security as PC thieves can easily break in and steal your data. Your fingerprints are unique and therefore this method of authentication prevents unauthorized access in an easier, faster and safer way.
BioExcess allows you to secure your computer in an easy and convenient manner! With fingerprint authentication as a pre-requisite, your data and files are always protected. You can store important passwords in the Online Accounts Management, conduct effortless auto-launching to your social networks and other websites through SwipeOne and save time via the Application Launcher."; 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 = ''; } }