var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
fDesc[4] = "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[5] = "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[6] = "you want to search for duplicates in, choose a specific file type and click \"search\". After searching, Duplicate File Hunter will show each duplicate with its location on your PC. You can then delete or move these duplicates with a single click.";
fDesc[7] = "different wizards for searching different types of files. Just point it to a folder or drive where you want to search for duplicate files and Duplicate File Remover will search for all duplicate files and show them in groups, along with their location.";
fDesc[8] = "Finder, a combination of a wide range of features and convenience, is the answer to all these questions.";
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] = "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[11] = "including external devices, such as drivers, memory cards, multimedia drivers, memory stick, and so on. First, we must define from the option window which files should be searched: By identical name, size, file attributes, creating date, etc.";
fDesc[12] = "helps user to save space on their hard disk. This tool is dedicated for finding only duplicate song files which makes it better than others. This tool works only with MP3, wma, ogg and m4a files which allow using specific methods for duplicate detection.";
fDesc[13] = "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[14] = "It scans your computer and shows in a list the duplicated files found, and then you can select the duplicated files and delete them.";
fDesc[15] = "by file name or size, but also by visual similarity. This application runs the search option very fast and compares and finds the similarity between photos and then processes the results deploying the images. Quite simple.";
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 = '...';
}
}