var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[3] = "features a very simple and intuitive user Tabbed multi-document interface which is comfortable both for beginners and experienced programmers, making PHP development easy and productive."; fDesc[4] = "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[5] = "iInternet. What this program does is to search for servers running all time favorite games and join them with only a simple click."; fDesc[6] = "The application accepts wildcard symbols as *.txt and supports multiple types for search when separated by ; (semicolon).In addition, advanced searches and replacements can be accomplish by the use of regular expressions."; fDesc[7] = "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[8] = "ordinary text, logical operators, and GREP regular expressions. Files within ZIP archives can be searched."; fDesc[9] = "network computers instantly, supports searching within compressed archives and duplicate files on your system."; fDesc[10] = ", and GREP regular expressions. Files within ZIP archives can be searched."; fDesc[11] = "Replace, delete, insert .. operations. Search in headers\footers, hyperlinks, text frames in MSWord documents."; fDesc[12] = "replace within multiple or bulk HTML documents. It makes the work of the webmasters, web designers and website administrators easy in searching and replacing a particular string within web pages which are in .htm and .html format This tool comes with built-in preview and HTML editor features."; fDesc[13] = "It's one of the fastest search utilities on the market, it has an intuitive interface that enables you to quickly set your search options, and -last but not least- it really finds the files you are looking for. What's wrong with the built-in search utility of Windows? Actually a lot. It is terribly slow, it lacks intuitive and convenient search options and it doesn't find all the files you are looking for. Have you ever had the experience of searching for that special file containing some particular phrase, a file you were absolutely sure about it was on your system, but Windows did not find it? That's likely because the Windows built-in search utility doesn't search in files with unknown extensions. Product page Power File Search Features Search for Files, Files and Folders or only Folders. PFS is lightning fast: it searches roughly 3 times faster compared to the Windows built-in..."; fDesc[14] = "this small program you can search Google for music, applications, tools, books, proxies, maps or timelines, and many other things."; fDesc[15] = "program will delete information that reduces the performance of your PC. What the program does is analyzes your disk and displays information about your files and folders."; 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 = '...'; } }