var fDesc=new Array(); fDesc[0] = "Finds duplicate pictures and videos This app does what it named for. You can choose any folder on your hard drive or use standard user folders and our app will deeply analyze contents of selected folders for searching for any duplicates. The most amazing things is that it will take just a few seconds. Files will be compared by the MD5 hashing algorithm, which means that they will be compared by content, not by name. Then, using our convenient user interface you can view duplicates and delete those which you don't need. Convenient user interface Duplicated files can often be quite large, which is why we pay a lot of attention to the user interface. The process starts with splitting the files into groups large, medium, and small - this feature can be turned off. Then, you can review each duplicate to ensure that you're only deleting the necessary files. You even have the option of viewing selected duplicates through the default viewer or Notepad, or you can open the location on Windows Explorer for other options. If you accidentally delete files into the Recycle Bin, you can recover them with the standard process. Our app can also remember scan results between sessions, so you won't need to rescan repeatedly, saving you time. ..."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }