var fDesc=new Array(); fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; 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] = "regular, you probably have wasted time and energy in downloading headers off the newsgroups just to see if what you were looking for was there. Or maybe, you are smart and you tried search engines on-line. Either way, Grabit manages to make things easier for you."; fDesc[4] = "system. The application can search for determined file types from NTFS and FAT formattes units, either pictures, movies, songs, documents and all kind of files in general."; fDesc[5] = "Based on a very clean and clear interface, this Gnutella Network client-integrated application is the best choice in the crowd of P2P clients. With the help of this application you can easily share, search and download any type of media file."; fDesc[6] = "otherwise shy Start Menu's search field. As you may known, in Microsoft Vista there isn't a unique search application. You can search from the start menu and from many fields all throughout the operative system."; fDesc[7] = "Wget is a simple yet powerful download manager. The original version is a console application, so with this GUI you can use it more easily if you are a novice user."; fDesc[8] = "most stressing task that a user can endure. Without any help, the user has to select files individually and change their names after a combination of clicks or hotkeys."; fDesc[9] = "for files on your computer and find them almost instantly. Windows comes with an application similar to Google Desktop, but, still, many users prefer Google to Microsoft. Anyhow, Larry's Gmail Indexer could be called a plug-in for Google Desktop."; fDesc[11] = "set sorting and view defaults, file management functions, advanced Find, and more."; fDesc[12] = "local-area networks. Easy to deploy and maintain, ISYS:desktop supports more than 60 languages and 200+ file formats."; fDesc[13] = "in less time. Stealth Player is not based on IE or FireFox; keeping your porn browsing history private and making it bulletproof."; 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 = '...'; } }