var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[3] = "Entertainment. In 2001, this game became one of the most popular on-line games through, inter alia, free servers that Blizzard offers, forming the network Battle.net."; fDesc[4] = "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[5] = "the other information about the music is absent or missing-- one time it is the music genre that is missing while the other time it is the cover of an album. So Tagrunner can help the users in properly arranging their music collection."; fDesc[6] = "Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[7] = "to search and the application selects the best engines to perform the task and search all of them at once. In addition, the application offers different search criteria for repetitive searches, such as \"buy music\", \"buy books\", Newsgroups, etc."; fDesc[8] = "submit your search to query many search engines and all the results will be showed in one summarizing window."; fDesc[9] = "and album. But this could be done easily without this software through google. The point of this program is that it can scan your computer and decide which of your albums have album art missing."; fDesc[10] = "installed. CDS 2 adds a toolbar to the system tray, and an icon. While running, the program will index the content of your hard disk in the background, to perform searches quickly."; fDesc[12] = "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[13] = "duplicated files. EF Duplicate Files Manager does this work, it will search all your computer for the specified file and its duplicate by the same name, same size and content. Once it finds them you have the option to open them or delete them."; fDesc[14] = "install itself onto your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[15] = "libraries, executable files and any type of files on the computer. Hard Drive Test Pilot searches for errors that may cause any harm or malfunction to your computer performance and also fixes them."; 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 = '...'; } }