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] = "FavIcons for all your Favorites and Bookmarks. AM- DeadLink supports Internet Explorer, Firefox and Opera.";
fDesc[3] = "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[4] = "using algorithms. AllDup allows you to specify the searching criteria by file content, name, extension, date or attirbutes.. You will be able to find duplicates between text, pictures, music, movies or other files.";
fDesc[5] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives.";
fDesc[6] = "delete such of those duplicates. The software not just tracks the music files with the same name, it will search the tags of MP3 files and deletes such of those duplicates having different file names.";
fDesc[7] = "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[8] = "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[9] = "Finder, a combination of a wide range of features and convenience, is the answer to all these questions.";
fDesc[10] = "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[11] = "where you have specified, regardless of whether on your PC or an external network drives. After the software has been installed, you can choose all that you want saved and where to store that backup.";
fDesc[12] = "of any files: text, binary, music, video or images.";
fDesc[13] = ", copied or moved to any folder. Works as an add-in for Microsoft Outlook 2000-2007.";
fDesc[14] = "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[15] = "also could be deleted, copied or moved to any folder. Free trial.";
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 = '...';
}
}