var fDesc=new Array(); fDesc[1] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[2] = "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[3] = "direct access to change many settings and configure the behavior you want for your operating system ordered in categories. This software is easy-to-use and you can access to it for free."; fDesc[4] = "HTML, XML, CSS, js, PHP, PY, RB, PL, ASP, ASPX, VBS, PAS, SLQ, BAT among other document formats. You can load or compose text in multiple tabs, making it easy to cut and paste portions of the text between documents."; fDesc[5] = "a video but is stuck with problem in viewing it. afreecodecVT allows the user to load the file and determines the codec required to play the file. It supports both audio and video codecs."; fDesc[6] = "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[7] = "interface lists all the running processes on the system for you, so you can see the use of resources that each one do."; fDesc[8] = "space, for any drive. You can find duplicate files, temporary files, junk files, empty files and folders."; fDesc[9] = "duplicate file finder will help to searches for exact file duplicates."; fDesc[10] = "be made by the 'Search and Replace' options filtered by wildcards and Regular Expressions. You simply have to specify a search pattern, optionally using a regular expression, and a replacement format, then let it run and it will do the rest itself."; fDesc[11] = "With the help of this tool you can search and delete temporary files and folders and other applications"; fDesc[12] = "Using this utility you can organize files on your hard disk or server storage. Image preview and thumbnails bars."; 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] = "subdirectories)."; fDesc[15] = "starting point for searching for information on the Internet. It has as many search options as possible."; 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 = '...'; } }