var fDesc=new Array();
fDesc[1] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD.";
fDesc[2] = "or has a different time, date creation or location, on the inside the file is the same. Build checksum files from files on CD, DVD or even external hard drives, using them to compare whether these files already exist on your system";
fDesc[3] = "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[4] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[5] = "catalogue our files, folders and disks by adding them from anywhere within our computer, including drivers and any external or/and removable device. We are allowed to manage them, add comments, categories, sort the files by location, category, export/import, etc.";
fDesc[6] = ", cluster tips, free space, cluster tips, full disk and the Internet traces irrevocable and secure.";
fDesc[7] = "video collection can become huge so that there are many duplicate files in it. It can take up massive spaces out of your hard disk depending on the content. DoubleKiller is a small program, easy to use for this job.";
fDesc[8] = "network computers instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[9] = "file rename. Multiple file change date. Multi file change owner. Shows file owner. Print cyclic redundancy checksum CRC";
fDesc[10] = "to do with them. Without an application like this one, it is very difficult to tell if a file is fully identical to the other or you could delete the one that has different information and then regret about it.";
fDesc[11] = "it can also find duplicates among pictures of different kind (PNG, JPG, GIF etc..) and quality.";
fDesc[12] = "desktop search tool will provide you with the most valuable function: saving time. The program enables you to perform advanced searches and it will find each file instantaneously.";
fDesc[13] = "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[14] = "from your hard disk. With SpaceMan 99 you can find duplicate files by various criteria like byte-by-byte comparison, file name matching etc. SpaceMan 99 is a feature-rich tool that provides you with file/folder filters, summary and detailed reports, marking/unmarking features etc.";
fDesc[15] = "Simpli-File Find, Replace and Insert is the easiest way to change text in multiple files! It's easy!";
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 = '...';
}
}