var fDesc=new Array(); fDesc[1] = "for virtually all compression formats, including 7z . It is easy to use and offers a flexible working environment. Probably, one of the best alternatives in file compression software."; fDesc[2] = "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[3] = "application allows you to crack the protection of both ZIP and RAR files created with most applications. It uses two methods to achieve this task: a brute-force approach and a dictionary-based approach."; fDesc[4] = "complicated operations to get backup processes up and running. With Second Copy you will configure once and totally forget about it."; fDesc[5] = "in your server. It can distribute files from servers to desktops and exchange data across desktops and servers."; fDesc[6] = ", everything is being saved and you do not have to worry about losing your information. Plus, protect your data by setting passwords and make sure that no one has access to it! In few simple steps, your computer is fully saved."; fDesc[7] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise."; fDesc[8] = "archives and ARJ archives. The program is highly optimized for speed."; fDesc[9] = "protected Zip files created by compression utilities like PicoZip, WinZip, PKZip, etc. Self-extracting Zip files are also supported."; fDesc[10] = "protecting them with the password and encryption techniques of the compression utility then be careful about the password. If you forget the right password then your will not be able to extract your files without providing right password. In this situation you will require Zip Key utility."; fDesc[11] = "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[12] = "advanced tools formanaging and manipulating .ZIP archives. New supportfor X.509-based digital certificates enhances thes..."; fDesc[13] = "this software, the user can create help files using any desired editor and then compilation and manipulation can be done. HTML files can be simply created and edited with the help of this software."; fDesc[14] = ", WinRAR or any other ZIP-compatible software."; fDesc[15] = "release takes full advantage of the 32-bit operating system environments found in Windows 95 and Windows NT. Features include spanning, spanning of self-extractingfiles, long file name support, adding files from multiple directories, open multiple files and much more!"; 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 = '...'; } }