var fDesc=new Array();
fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[2] = "is very intuitive with excellent search functions. With the search criteria you can search multiple folder structures at once and specify all the functions for identifying the duplicates.";
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] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives.";
fDesc[5] = "or has a different time, date creation or location, on the inside the file is the same. Build checksum files from files on CD, DVD or even external hard drives, using them to compare whether these files already exist on your system";
fDesc[6] = "find and remove duplicate email messages in Outlook. On startup, you can define if you want to look for duplicate files or messages. Then, you will be able to select the built -in search template you want to use or define your own search template.";
fDesc[7] = "empty files in any folder or drive. It automatically searches all files in all subdirectories. Duplicate files are based on byte for byte comparisons (100% accurate), for comparing large files you can select \"Fast Searching\" which compares the first and last 10 megabytes of large files, to increase speed (99% accurate). This program is great for cleaning up disk space in your picture folders, or documents folders, or download folders. You can also specify to only search for jpg files or mp3 files, or any other type of specific file type! WARNING: Do not delete files if you do not know what they are! It is NOT recommended that you search your system directory and delete all the duplicate files it contains; since your operating system may need those files! Features and Details: � Multithreading operation to provide extremely fast search results. � FASTER Duplicate File Searching than...";
fDesc[8] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search.";
fDesc[9] = "duplicate files finder. It does not find duplicate files on the bases of file name and size of the files. It actually finds the duplicate files on the bases of its content. Its byte-to-byte comparison method provides you the perfect result with all the duplicate files.";
fDesc[10] = "the security of your computer. Regarding clean up and repair, the program includes four powerful tools: a disk cleaner, a registry cleaner, a shortcuts fixer and an uninstall manager.";
fDesc[11] = "search among Mp3 and WMA files and will let you know which ones are wasting your hard disk's space. MP3 Duplicate Finder analyzes the song's title, album, genre and artist, so it is very precise.";
fDesc[12] = "performance";
fDesc[13] = "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[14] = "to do with them. Without an application like this one, it is very difficult to tell if a file is fully identical to the other or you could delete the one that has different information and then regret about it.";
fDesc[15] = "from your hard disk. With SpaceMan 99 you can find duplicate files by various criteria like byte-by-byte comparison, file name matching etc. SpaceMan 99 is a feature-rich tool that provides you with file/folder filters, summary and detailed reports, marking/unmarking features etc.";
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 = '...';
}
}