var fDesc=new Array(); fDesc[0] = "WISeForm is a consumer password management and web sign on application. Passwords are never going to disappear, most Internet users struggle with password management, and as a consequence they often use weak passwords, use the same password on many sites, fall prey to phishing and other schemes. WISeForm allows users to circumvent these problems by generating unique secure passwords for each of their web site logons, securely storing and managing these passwords using extremely strong cryptographic algoritms, and smartcard. Users can thus easily and securely perform single sign on to websites through WISeForm, thus reducing their susceptibility to phishing attacks."; 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 = ''; } }