var fDesc=new Array(); fDesc[2] = "erased showing the directories or files that use more space. Also you can see all the file extensions and which extension is the more used in your computer. WinDirStat runs in all Microsoft Windows platforms."; fDesc[3] = "users to search for true duplicates in folders or drives on your computer. The tool provides full Unicode support and greater safety by providing added scan options to protect system files and folders. The scanning process is quite fast and can also search sub directories."; fDesc[4] = "temporary files. Checks registry, hard-drives, lets you manage the start-up, shred free space on hard-drives, monitor the free space on hard-drives, free RAM and more. Pre-scan settings let you specify exactly which files do you want to erase and which not."; fDesc[5] = "registers, - clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[6] = "Director Server, users can recover accidentally lost/deleted partitions. It also allows hard disk editing at sector levels and enables users to extract information that was removed/lost by accident or virus attacks, or due to hardware/software failures."; fDesc[7] = "several copies on hard drive. If they are unnecessary then accumulation of such duplicates is only wasting of the drive space. Duplicate File Cleaner 2.3 is an application that was developed for finding and removing useless copies."; fDesc[8] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish."; fDesc[10] = "This simple application will use all tools already available in your Windows. From just one window, you will be able to configure these three basic functions and they will be done after rebooting your system, and as a consequence, you will get better results."; fDesc[11] = "drives other than floppy disks you need to have administrator's privileges. The program can create an image of all physical disk drives like floppy disks, USB flash drives, MP3 players, digital cameras or a logical disk drive, that is any partition on a hard disk."; fDesc[12] = ", application crashes, etc. are all eliminated in a flash by Disk Space Clean Clear. There are 81 types of junk file extensions that come with this cleaner which cover virtually all kinds of garbage. The list is more comprehensive than other cleaners."; fDesc[13] = "it leaves a trace, which can disturb your system files and occupies a little space as well. But when you shred your document with Migo Digital Shredder Pro, the file is completely removed from your PC and can not be recovered."; fDesc[14] = "drivers left behind by faulty uninstallations. Some Uninstall entries delete only the main components of the program, leaving empty folders and unused files that end up clogging up your operating system. Includes two modes, Easy and Expert, with a new suite of powerful tools."; fDesc[15] = "hard drive, user can promptly monitor and swiftly manage new duplicates on the drive. Striclone saves not only space on your hard drives; it also saves time on the drive clean up process. The program's new feature - use of drives' images - can considerably speed up the search process. Image of drive is a special file, which stores information on files and folders located on drive. That information includes files and folders names, their size, date they were created and the files' so-called CRC (cycling redundancy check sum). The CRC sum is often used to uniquely identify a file. Striclone uses image of drive for speeding up the duplicate search. It creates the image only once and uses it multiple times instead of reloading the files' properties off the hard drive over each time. When a content of the drive changes, user may update the image of drive. Since it adopts only the updated..."; 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 = '...'; } }