var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "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[3] = "popular compression formats. It’s powerful, easy to use, versatile and even has a nice interface. You can compress and decompress most archives using the same program."; fDesc[4] = "other unzip tool or knowledge of using unzip tool. With AES encryption support you can create self extracting files in two different strengths 128-bit AES and 256-bit AES."; fDesc[5] = "128bit Keys.It combines a powerful symmetric encryption with compression and the ability to open/edit a file just with a simple double-click."; fDesc[6] = "satisfy both novice and advance users. It supports almost all compression and encoding formats, so users will not find any difficulty handling files compressed with other compression utilities."; fDesc[7] = "space or to hide your sensitive information from prying eyes, protecting it with a password. Other things you can do with this powerful program are automating the process of backing up your important data and creating self extracting files."; fDesc[8] = "data. East-Tec Backup is very easy to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[9] = "complicated operations to get backup processes up and running. With Second Copy you will configure once and totally forget about it."; fDesc[10] = "program creates a partition protected with the standard 256-bit AES available only with the password that you choose. Rohos Mini Drive shows in Windows Explorer, a new unit where you can put all your files."; fDesc[11] = "is an easy file compression & security program, thecompression / extraction wizards make working with archives simple providing advanced features. This is done with a small number of steps and some steps can be skipped to use default options."; fDesc[12] = "under a given password. After you opened it, you can decrypt it whenever you want. Blowfish Advanced CS 2.57.122 uses secure encryption (Blowfish, Twofish, AES, RC4, TDES, Serpent or CAST algorithms). It compress data using LZSS, deflate and BZIP2."; fDesc[13] = "them. Provides 100% protection of your private information across all Windows versions, including 64-bit releases."; fDesc[14] = "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[15] = "Advanced Encryption Standard (AES) algorithm. The program features a simple and intuitive user interface, very suitable for beginners and advanced users alike."; 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 = '...'; } }