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] = ", B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO."; fDesc[3] = "functioning of your devices. DriverMax goal is to keep you informed of the latest updates for your drivers, by searching them in the Internet."; 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] = "high speed but leaves plenty of air in the compressed file. You can depend on this tool to be your only archiver you need as it's different from the other archiving shells, with its own strong compression format and built in support for other well known files such as (ZIP, RAR, MS-CAB)."; fDesc[6] = "package or to extract the archives you download from the web. Filezip supports opening and extracting archives of the following formats: ZIP, BH, CAB, JAR, LHA,TAR, GZIP, ACE, ARC, ARJ, RAR, ZOO, UUE and XXE. And it can create ZIP, BH, CAB, JAR, LHA,TAR and GZIP archives."; fDesc[7] = ", PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP file formats and also can open ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc; It supports to open 79 file extensions. PeaZip works in 32 and 64 bit Windows (9X/2000/XP/Vista) and Linux platforms."; fDesc[8] = "Ergononomic Compression Interface for Windows), known as ArjFolder in previous versions, integrates all the functionality of ArjFolder 3.65 with new features."; fDesc[9] = "operating systems. It has many advanced features for making compression better than before. Most users will simply accept its recommended settings, but it has some advanced settings which are normally demanded by advanced users."; fDesc[10] = "test, fix and process the corrupted and unusable Zip archive files whether it is partially damaged zip archive file or you have a partially downloaded file, it will work on all such files. It actually reconstructs the new zip file by recovering the contents of the corrupted or damaged zip files."; fDesc[11] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file."; fDesc[12] = "from the corrupted zip archive to the specified destination, while other software may just try to repair the zipfile header or structure when your common unzip software will keep on refusing to open or extract the zipfiles you need."; fDesc[13] = "extracts files from corrupted ZIP archives, supports all zip compression modes and archives of over 4GB. However, the program fails to recover password protected archives."; fDesc[14] = "and do lots more. Optimal Archive gives the impression of zip files to be acting like windows folders, and lets the user drag and drop files between windows and the archived files."; fDesc[15] = "easy to use user friendly interface let you to easily recover your data from corrupted zipped files. Stellar Phoenix Zip Recovery can easily repair the Zip archive files which have CRC errors, or if the Zip archive file is corrupted then of course you can try it."; 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 = '...'; } }