var fDesc=new Array(); fDesc[1] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before."; fDesc[2] = "file is an exact copy of another file by comparing the two files' hashes. HashTab creates a tab in the file properties window within Windows."; fDesc[3] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[5] = "you can move them to the Recycle Bin or to another folder for later revision or use. First of all you have to select the folders you intend to scan and press Scan."; fDesc[6] = "files in order to assure you that all the files that you are checking haven't been corrupted at all. When you create an SFV file with QuickSFV, or any other application, it records the actual state of the files so that you can check those later against the newer version."; fDesc[7] = "or missing files to save you hours of downloading only to find you have 1 file missing or the last file has a CRC checksum error."; fDesc[8] = "or a virus can infect your archived file or it can be damaged while downloading. This repair tool can recover as much data as possible from all these damaged archived files. It uses a very effective algorithm for recovering data and repairing archived files."; fDesc[9] = "video collection can become huge so that there are many duplicate files in it. It can take up massive spaces out of your hard disk depending on the content. DoubleKiller is a small program, easy to use for this job."; fDesc[10] = "and integrity of files by checking their checksums. It also allows you to create and verify SFV files - each of these files stores the checksum data of another file, allowing users to find corrupt files, or wrong-sized files."; fDesc[11] = "Repair you will gain access within minutes to files you thought were lost inside your corrupted Zip file."; fDesc[12] = "what you download. Thus, you end up with many duplicate files that will not only make your computer slow, but also take some hard drive space that you might need. Double File Finder makes certain that you don't have any duplicate files by showing you exactly where those files are."; fDesc[13] = "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[14] = "to the file contents. It is especially used to compare two files of the same name and size. If they show the same CRC code then these files are exactly the same and not otherwise."; fDesc[15] = "file or group of files and save it as an .SFV (Simple File Verifier) file. You can later validate files by opening the SFV file which contains the original CRC."; 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 = '...'; } }