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] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives.";
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] = "just a few minutes to release wasted space on your hard drive. Fix registry by few clicks. Remove unnecessary programs from autorun. It's simple and useful.";
fDesc[6] = "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[7] = "to view each type of image, sound, movie, icon, etc. file that you download from the Web or receive from a friend, now all you need is Multimedia Xplorer.";
fDesc[8] = "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[9] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!";
fDesc[10] = "duplicate file finder will help to searches for exact file duplicates.";
fDesc[11] = ", file mask(s), and (optionally) with complex filters for size/date/attributes.";
fDesc[12] = "From its easy-to-use interface, we can add a file, folder, or a whole driver, press the Next button and select to search for files with a given extension, date and size. In no time, the search results are presented.";
fDesc[13] = "unknown or a large collection of unorganized files must be searched.";
fDesc[14] = "drives), so as to recover your valuable disk space.";
fDesc[15] = "files that are cluttering up your hard drive? Well here is your answer, Duplicate File Finder!";
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 = '...';
}
}