var fDesc=new Array(); fDesc[1] = "using the rainbow tables. It is one of the most efficient implementation of the rainbow table method, implemented by the inventors of the method. It is capable of dumping the SAM file of a system and then use rainbow tables to decrypt the password."; fDesc[2] = "can be made to launch programs, visit Web sites, paste saved clipboards, control MP3 players, and more. A must have!"; fDesc[3] = "each member of your family."; fDesc[4] = "processor. In fact, it looks like it is. It combines the features that are most important in database applications and also allows for precise and robust text editing. This application can be used to store many kinds of information"; fDesc[5] = "encryption so you can be sure you will never forget a password again. You will just have to remember one password, the one of the program, that's it."; fDesc[6] = ", system administrators and software developers."; fDesc[7] = "application will display a password on its main window. You can choose different settings that the application will follow before it generates a password. The passwords will be a sum of numbers and letters."; fDesc[8] = "emulates e-mail and FTP servers to capture passwords from any FTP or e-mail clients."; fDesc[9] = "accounts, Forum or Web sites, or to enter passwords in software or Web forms."; fDesc[10] = "configuration necessary. Low memory consumtion. Very fast and reliable. Altough there are hundreds of programs alike. This is the best on, you be the judge"; fDesc[11] = "password-protect sensitive information (usernames, passwords, contacts, text notes, etc). Provides access to the dialer, browser and e-mail."; fDesc[12] = "more Web sites require registration to access content, making it increasingly difficult to remember online passwords. Even if you wanted to use the same password for every site (which, of course, you shouldn't), it's impossible because each site has its own requirements. You may be tempted to store Web site passwords on your computer, but this is dangerous without a secure password manager. THE SOLUTION: PassCrypt is an enhanced password manager that gives you quick and secure access to passwords and credit card numbers while surfing. Military strength encryption keeps your data safe, and automatic form capture and fill-in makes it transparently easy to use. Automatic form capture and fill in require the use of an IE-based browser, but the quick paste facility can be used with any browser to fill in forms. You can configure the program to lock the database when the screensaver is..."; fDesc[13] = "that safely stores and organizes your passwords and files in a customizable vault. Increase your Internet security today. Built by experts."; fDesc[14] = "password-related information you need without having to be afraid of data safety, providing blazing fast 256-bit encryption!"; fDesc[15] = "will forget about all your headaches which were caused by loss of passwords, access codes and other sensitive information."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }