var fDesc=new Array(); fDesc[0] = "You Have Anti-virus,
You Have Anti-spam,
You Have A Firewall,
Now It Is Time To Protect Your Passwords.

Designed to store your passwords with industry standard encryption and in a user manageable form. You get to decide how to categorize and store your passwords. You can also color code data entries to help keep them organized. No limit to the number of passwords that can be stored. Allows you to open multiple crypts at a single time. Drag and drop individual entries or entire category sets between crypts. Provides for shared files with "change self-aware" files. Multiple users can open the same crypt on a NIRO (Next In, Read-Only) basis.

Your Passwords are stored using RSA encryption with both a user name and password. This makes your crypt files even more secure. Store your Passwords, Credit Card Numbers and even your family Social Security Numbers.

Launch web sites quickly with a single click then copy your password to the clipboard with a single click. Passwords are automatically removed from the clipboard after a specific number of seconds (user defined)."; 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 = ''; } }