var fDesc=new Array(); fDesc[0] = "OmniPass Client Edition is a PC client application that can be used by consumers and enterprises to securely login to websites and applications (SSO) as well as protect data on a PC. The OmniPass Client Edition can also be used to secure e-mail, VPN and certificate private key access. Used standalone or in conjunction with strong authentication devices such as fingerprint readers or smart cards, OmniPass allows users to conveniently and securely forget about passwords and protect their 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 = ''; } }