var fDesc=new Array(); fDesc[1] = "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[2] = "is one of those. This powerful application is able to scan and repair most common problems on your Windows Registry, and with just a couple of clicks."; fDesc[3] = "files. These files are transmitted and stored for long periods of times, and it is not rare for them to get corrupted or damaged. RAR Repair Tool allows you to recover files stored in corrupted RAR files."; fDesc[4] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[5] = "will make your PC run faster and will make your PC error free."; fDesc[6] = "to rip your CDs to WAV, OGG, FLAC and MP3, to convert your audio files from any of the supported formats to a different one, to normalize their volume, to edit your audio tracks information, and even to repair broken audio files."; fDesc[7] = "their data recovery and file repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types."; fDesc[8] = "corrupted Microsoft outlook files. This incredible program scans the damaged .pst file and extracts and saves information in a new usable .pst file, enabling PST Recovery."; fDesc[9] = "(.doc, .docx, .dot, dotx files) as well as documents in the Rich Text format (.rtf files) due to a virus, to a failure in the operating or file system or any software failure."; fDesc[10] = "downloaded from the web. It also helps to repair such files while being unpacked. AutoUnpack 4.5 can be easily configured to perform at its best with the users’ desired settings, like commanding the program to remove the source file after the unpack process is complete."; fDesc[11] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[12] = "depressing than having to deliver a project on a .DOC file and at the last minute realizing that the file is corrupted. Of course, you didn't back the file up when it was working, so you are kind of lost."; fDesc[13] = "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[14] = "repair needs. This incredible program recovers lost, inaccessible or deleted files, folders and complete partitions quickly and easily, with added file repair capabilities for Zip files. Moreover, it supports all operating systems and media types."; fDesc[15] = "program can repair multiple files at once, multi-volume files, and solid archives. It can also repair password protected archives."; 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 = '...'; } }