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] = "repair and disk diagnostic needs.This incredible application includes capabilities of EasyRecovery DataRecovery, EasyRecovery FileRepair and EasyRecovery EmailRepair, plus advanced data recovery options and Data Advisor diagnostic features."; fDesc[4] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[5] = "the most used formats for compressing and sending files around the web. With so many people using and sending these files, they are bound to get damaged now and then."; fDesc[6] = "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[7] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[8] = "installation. The installation process is fairly simple and this application is compatible with most of Windows OS version’s (98, ME, NT 4.0, 2K, XP and Vista)."; fDesc[9] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file."; fDesc[10] = "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[11] = "repairing zip file structure and recovering data within. It overcomes CRC (cyclic redundancy check) failures by scanning the corrupted zip archive and by comparing its current and original CRC values."; fDesc[12] = "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[13] = "Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption."; fDesc[14] = "minimizes data loss during recovery. Repair encrypted data from ZIP archives. Fix Zip files and restore corrupted Zip files."; fDesc[15] = "is CRC checked. * User definable split size."; 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 = '...'; } }