var fDesc=new Array(); fDesc[1] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[2] = "supports Drag&Drop, offer a key generator and encrypt with Blowfish- (448 bit) or AES-algorithm (256 bit)."; fDesc[3] = "passwords. This incredible application creates highly secure passwords that no identity theft can crack with a password generator and according to your requirements, and keeps all your passwords in a securely encrypted list."; fDesc[4] = "protect your compressed archives. With Password Generator you can choose the character set, this means what kind of characters you want to include in your passwords. There are three options: capital letters, small letters and numbers."; fDesc[5] = "your login name and password for every site, storing them in a single file. You can password protect the generated list to ensure nobody would be able to steal your password list."; fDesc[6] = "username/passwords, numbers and license keys. The program will export them to a text file in few seconds. It can be accessed through command line and a beautiful advanced front-end."; fDesc[7] = "any other confidential information in one convenient and secure place. All data files are stored in an 448-bit encrypted format to prevent unauthorized users from accessing and viewing them."; fDesc[9] = "lets you login to Web sites with one click. Fill forms quickly and easily. A real time-saver, try it!"; fDesc[10] = "difficult to hack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols."; fDesc[11] = "'Master Password' and a 'Keyword'. This utility blends several combinations of symbols, upper and lower case letters and numbers into a unique password each time you request and it also allows customization."; fDesc[12] = "You can select the length of the password and the type of characters that will be included, they can be letters, numbers, symbols, hexadecimal, etc. You can also generate password phrases by selecting the number of phrases to include and combine words with characters."; fDesc[13] = "passwords to protect sensitive or important information that you may have on applications or websites. With this program you will able to generate exactly the password you need for multiple uses."; fDesc[14] = "so that they can be easily memorized. The passwords can be generated in three languages (English, German, and Russian), and the list of generated passwords can be saved to a location you specify."; fDesc[15] = ", unique serial numbers for your own software and much more. The program's wizard will let you determine what kind of password you need. You will specify a number of parameters to obtain a unique combination of provided characters."; 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 = '...'; } }