var fDesc=new Array(); fDesc[0] = "Keep track of all your passwords while remembering only one. The Password Vault keeps an unlimited number of Passwords, Usernames, Web Sites, Email and notes for each one. Using an encryption method developed specifically for this program your sensitive data cannot be deciphered or read by any other program.

Included is an option to generate alphanumeric passwords for you. Stays on top of other windows with copy buttons for pasting your username and password into the appropriate box's on the web site they belong to. Hot buttons for launching your browser or email client to the appropriate web or email address in your database make The Password Vault convenient and easy to use."; 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 = ''; } }