var fDesc=new Array();
fDesc[1] = "Fresh UI you will be able to set the best values for several system settings. The settings you can change are divided into multiple categories, such as Applications, Windows Explorer, Hardware, Windows Interface, Windows System and Covering your Tracks.";
fDesc[2] = "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[3] = "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[4] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares.";
fDesc[5] = "detects if an error occurs by a virus in the registry and enables the blocked content. You can repair the registry, check and kill running processes, open the task manager, registry editor, system configuration utility, make a registry backup, and the system file checker.";
fDesc[6] = "network computers instantly, supports searching within compressed archives and duplicate files on your system.";
fDesc[7] = "of tag2find - to mark everything beforehand, for it to be easily found later. Tag2find features a very neat and straightforward user interface, and a wizard that does most of the work for you.";
fDesc[8] = "can also search any content within the file of any format. Wow! It is an offline search engine, so there is no doubt that it will support wildcard search. If you have no idea of the name of the file you want to search then you can search the files by the file creation date.";
fDesc[9] = ", thumbnails, icon extraction, history, favorites, time stamping, directory print, batch rename, and much more...";
fDesc[10] = "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[11] = "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[12] = "File System. It provides greater power and flexibility than Windows native Find File Utility without the overhead of a database.";
fDesc[13] = "Simpli-File Find, Replace and Insert is the easiest way to change text in multiple files! It's easy!";
fDesc[14] = "that allows you to search in, categorize and find similar files stored in multiple data storage formats (MS Office, HTML, PDF, RTF, TXT, etc.).";
fDesc[15] = "easily and fast find photos, movies, music, documents and other files, you can combine simple or complex options. Free download.";
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 = '...';
}
}