var fDesc=new Array(); fDesc[0] = "Suppose, you've just bought a new computer with a large hard drive. A few weeks later, you have noticed that you are running out of space already. Frustratingly enough, you don't know for sure what took so much space on your hard drive. Sounds familiar? Finally, you realized that checking the hard drive manually for large files and folders is not a trivial task.

That's why we have developed a little utility -- Large Files and Folders Finder+ -- which will definitely help you with this task. Not only it finds the files larger than a specified size, it also finds the large folders. Using low level Windows APIs, Large Files and Folders Finder+ scans non-encrypted NTFS disks with the lightning speed. Large Files and Folders Finder+ is also capable of scannig any other types of disks with file systems recognized by Windows using standard methods. The utility can be used to search your local hard drive, mapped network drives, USB drives, Android phones or tablets (only in USB drive mode), and etc so that it can be used by a regular user or a system administrator. It's absolutely free for personal or commercial use. However, any modifications or redistribution are strictly prohibited (please see the license agreement)."; 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 = ''; } }