var fDesc=new Array(); fDesc[1] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[2] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[3] = "BCArchive it's developers were concerned about privacy of their users so BCArchive is not only a compressor for saving hard disk space but it is also a kind of encryption tool to save our compressed data secured."; fDesc[4] = "recover a lost or forgotten pasword from an encrypted zip archive. It doesn't matter whether if it was created using WinZip, PKZip or any other ZIP software or if it's a self-extracting Zip-archives (SFX); all are accepted."; fDesc[5] = "archives and ARJ archives. The program is highly optimized for speed."; fDesc[6] = "pictures on the computer, but only one of them is really safe. Protect your collections of digital pictures with PicaSafe! Keep. Watch. Hide."; fDesc[7] = "security purposes to prevent leaks you know it also represents a risk if a password is lost. Its user interface was created as a wizard and contains a lot of contextual prompts."; fDesc[8] = "itself, for example, if the program is not installed on the computer on which you want to decrypt. FineCrypt also allows you to encrypt files, directories and whole directory trees by using a password or a key."; fDesc[9] = "backed up. This application features a nice and user-friendly GUI, with several wizards that provide several already configured settings for us to choose the project that suits us best."; fDesc[10] = ", WinRAR or any other ZIP-compatible software."; fDesc[11] = "shred folders and files for Windows 98/ME/NT/2000/XP/2003. You will not worry about your sensitive or private documents any more."; fDesc[12] = "encrypted archive to prevent easy extraction of your images and pages. Recommended packager when using CopySafe on CD."; fDesc[13] = "data into gabberish undecipherable by others. Original file can only be unscrambled and read by someone who knows the secret key."; fDesc[14] = "newest technologies to make password search lightning-fast. Besides brute-force attack, more sophisticated methods are also supported."; fDesc[15] = "will also disguise the resulting encrypted archive as a working sound or image file. Encrypts video too."; 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 = '...'; } }