var fDesc=new Array(); fDesc[1] = "able to look for files in hard drives, Email attachments, local network or even the internet. The program adds itself to the taskbar where the user types the name of the files to look for."; fDesc[2] = "phrase related to the file name or application name and Quickfind shows all the related files to that name or word.Just double click the desired file and Quickfind will launch it immediately.Quickfind also enables the user to open web addresses added to the favorites ."; fDesc[3] = "will ask you to wait some minutes while it builds the search cache, by examining the content of your disks. You can save the searches and the listings of results in a file, for further reference."; 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] = "network without the need of it being installed on these other computers. It generates a list of duplicate files found which by the way can be sorted, exported and acted upon. It even lets the user save the results of a search."; fDesc[6] = "manage files in a more graphical and handy way than in Windows Explorer. WinNc uses the same keys as Norton Commander - so if you ever used the latter, you will get comfortable with WinNc very soon."; fDesc[7] = "this category, this game is pretty different from others. The game is organized into chapters, in each chapter you’ll need to solve a case in The Vanishing Files to uncover the story."; fDesc[8] = "that can be a perfect choice for searching your files and directories easily and fast, and with advanced features. Definitely, Super Finder is a good replacement for the Windows built-in search function."; fDesc[9] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window."; fDesc[10] = "Windows operative system, has proved over the years to lack advanced options. Thus, when the user needs to do anything other than copy a file or paste one, he finds himself at a loss for \"actions.\""; fDesc[11] = "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[12] = "looking for could be located in any folder or sub folder, so it's likely you will have to wait a long time before Windows finds it. SuperFinder will help you find different files in a short amount of time."; fDesc[13] = "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[14] = "your computer in an automated way. It can find files history from various origins such as Microsoft Office history and recent files, executed programs history, temporary files directories even in Windows directory."; fDesc[15] = "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."; 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 = '...'; } }