var fDesc=new Array();
fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc.";
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] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like.";
fDesc[4] = "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[5] = ", cameras or clipboard. You can then work on the images using Pixia and then save the result in lots of different formats.";
fDesc[6] = "Files, and Audio CD's from MP3, MP2, WMA, WAV, AVI and OGG files.";
fDesc[7] = "the images that you will use as tiles of the mosaic. You will be able to create collections of .JPG files, load a ready-made collection, use the images in black & white, extract images from an .AVI file or use some Photo Utilities.";
fDesc[8] = "through each data CD to find a file you need? Use ACAT Pro to catalog its contents. It's 100% FREE to try!";
fDesc[9] = "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[10] = "stamps. It also supports deleting, creating or duplicating of pages. The program has a function to email and share your modified documents.";
fDesc[11] = ", allows you to print (or export as image) all the existent fonts in the system, or the entire character map of the specified font. Also, it has features to rename, delete, install, remove, import, export, copy and move the font from or to a specified destination, etc.";
fDesc[12] = "with recovery. Get reports, find changes to folders, address privacy records and more.";
fDesc[13] = "network computers instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[14] = "MusicBrainz downloads, and renames files from tag data. Features the most comprehensive support of tag types, tag frames, and tag fields available in a single tag editor.";
fDesc[15] = "a file that is repeated. You don't want to waste space with pictures that appear plenty of time because they were badly organized. Neither you want to show off a slideshow with the same picture appearing on it 5 times.";
fDesc[16] = "features that will make your work much more suitable and effective. It will give you all the details of date and time term search plus the details about the date and time of creating, accessing and modifying any file.";
fDesc[17] = "Pte Ltd. There is a trial version available from the developer’s website. We can select to download it as an exe file or as a zip file. We can evaluate it for 30 days. This software is an alarm clock plus a reminder for Windows.";
fDesc[18] = "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.";
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 = '...';
}
}