var fDesc=new Array();
fDesc[1] = "path and start the scan. You can set the match percentage required to consider the image a duplicate and preview all found duplicates side by side with an option to delete one of them.";
fDesc[2] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others.";
fDesc[3] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped.";
fDesc[4] = "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[5] = "it can find similar images even if they are in different image formats, different bit depth and image sizes.";
fDesc[6] = "duplicate image files and almost identical images, anywhere in our computer, including any driver and external devices. We can set up the comparision method, the matching percentage between 2 images, match method and match restriction, etc.";
fDesc[7] = "downloaded image files. Resize, rotate, crop, and remove red-eye from photographs. Create standalone slideshows. Much more.";
fDesc[8] = "with duplicate file remover. Automatic duplicate remover will remove duplicate files, music, photos, pictures - Download to remove duplicate files.";
fDesc[12] = "Recycle Bin.";
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 = '...';
}
}