var fDesc=new Array(); fDesc[0] = "Password Agent is an easy-to-navigate password management program that allows you to store all your passwords, secret notes and data snippets in a single, secure database. Do you have too many passwords to remember? Are pieces of paper that you used to write down your important account information lost? Do you want to find this information quickly? Password Agent keeps track of all your passwords - no problems, no worries. And, it keeps unauthorized users from accessing your private information.

Features:
-Fast, compact and easy to use program with a familiar interface that's similar to Windows Explorer
-AES-encrypted data files, accessible only with the master password that you choose.
-Store all kinds of textual information you need to keep track of and find quickly -- from passwords and web -logins to credit card and passport numbers; from software activation codes to serial numbers and purchase dates of your home electronics -- or any other information you want to write down and keep easily accessible in one secure place.
-The program can work directly from a removable disk or USB flash disk, so no additional installation is needed to use it on other computers. Password Agent even includes the TakeWithMe Wizard which makes it really easy to copy the program, along with your data, to your removable device for easy transport.
-Create your own custom groups/subgroups to organize your entries for quicker, easier access.
-Each account entry consists of Title, UserID, Password, Link, Note, Date Added, Date Modified, Date Expire and Old Password fields. You can also make Note entries that do not have UserID or Password fields. All text fields allow a virtually unlimited length of text, so you can store long memos in the Note field.
-Automatically fill login prompts with required data (each entry is customizable by template).
Includes a password generator that generates non-guessable passwords."; 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 = ''; } }