var fDesc=new Array(); fDesc[1] = "simple way. You can put all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database."; fDesc[2] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks."; fDesc[3] = "store in the program, keeping it safe from the prying eyes. This incredible program is highly customizable, allowing you to display your password information unencrypted on the screen, change the display fonts and hyperlink color and modify many of the security features of the program."; fDesc[4] = "secure and comfortable way. With this program you will no longer have to remember thousands of passwords, just one, the master key, which allows you to see all the other passwords."; fDesc[5] = "avoid any type of risk. This database can be printed, imported and exported in many formats (like TXT, XML, CSV, etc.) easily since it consists of only one file."; fDesc[7] = "Advanced Encryption Standard (AES) algorithm. The program features a simple and intuitive user interface, very suitable for beginners and advanced users alike."; fDesc[8] = "encrypted database with up to 256 AES security, one of the the largest and best-known encryption algorithms, from its database you will have access to the rest of your passwords."; fDesc[9] = "data using strong encryption to keep them safe from possible threats. The program will enable you to store passwords for e-mail and online banking, credit card numbers and other sensitive codes"; fDesc[10] = "auto-typing login prompts, password generator, system tray mode, unlimited folders, auto backups etc. All this in a easy to use interface."; fDesc[11] = "partitions (drive letters) to keep your private and confidential data secure"; fDesc[12] = "helps you to fill forms automatically. A lot of efficient features help you to manage your data: Using Blowfish encryption Organize your entries in a tree structure Handle multiple files Dynamic data structure: Define your own entries Sorting and searching features Print, export or import data Handle TAN lists Password Generator with real random numbers Drag passwords to target window Auto Fill - writes passwords automatically to login windows if they pop up Quick Access menu for your favorite data Add expiration dates to password entries"; fDesc[13] = "information will be protected using newest reliable password-based encryption method."; fDesc[14] = ", folders, pictures and documents in seconds. It is Easy-to-use password-protected security utility."; fDesc[15] = "logins, documents and files. It uses totally secure AES 256 bit encryption to keep your information safe."; 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 = '...'; } }