var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support."; fDesc[3] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer."; fDesc[4] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[5] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[6] = "releases and the Gpg4win project makes it possible to use this tool to encrypt e-mails and plain text. There are many ways in which you can use this application to encrypt messages."; fDesc[7] = "password your documents. Take advantage of this security option to keep your serial #´s, passwords, private notes and others. All save thanks of its encryption AES 256 bits technology."; fDesc[8] = "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[9] = "files. The software does some sort of encryption manipulations to make the files impossible to read without decrypting them. Thus the contents of your files are always protected even if the files can be accessed."; fDesc[10] = ", supports 13 strong encryption algorithms and shreds files after encryption. Encrypt Files is free application."; fDesc[11] = "encryption algorithm using 256-bit AES, securing a high level of protection. It can also compress files before they are encrypted and added to the locked container, saving disk space."; fDesc[12] = "know it's risky. You know anyone could intercept your mail on its way across the Internet. You know the files aren't safe on your computer. But data encryption is complicated so you try to forget about it."; fDesc[13] = "engineered to suit others requirements. It follows the three steps of encryption, protection and security to safeguard the SWF files. SWF Encrypt provides obfuscation techniques and encryption hides the actual code such that flash decompilers cannot view the action script code to hack..."; fDesc[14] = ", creator, and producer. Also you can allow or deny printing, changing the document, content copying and extraction, authoring comments and form fields, signing and filling in form fields, content accessibility, and document assembly."; fDesc[15] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; 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 = '...'; } }