var fDesc=new Array(); fDesc[1] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[2] = ", browser cache integration, exe projectors support and playlists."; fDesc[3] = "system, CPU, BIOS, graphic interface, memory, and so on. The program's interface is divided into seven tabs, each one giving comprehensive information on one particular item: CPU, caches, mainboard, memory, SPD, graphics, and program information."; fDesc[4] = "memory to speed up your computer. It speeds up your PC and improves application responsiveness by using flash memory and free RAM as an extra layer of performance-boosting cache for your PC. Use up to four inexpensive flash devices to speed up your system."; fDesc[5] = "RefreshEm when they do repairs the Windows Icon Cache so that the proper ones are immediately displayed."; fDesc[6] = "to be seen by any other person. Manually choose which files to delete or let the program do it for you with only one click. Dispose of unnecessary contents that make your computer run slowly as well. In a word, make your computer untraceable."; fDesc[7] = "software's caches. You simply select the software in the list, select what you want to clean and ClearProg does the job."; fDesc[8] = "Media, Office, etc. Your browser's capabilities to delete temporary files is not really as good as you think; erase any trace from the hard drive and keep personal data and private information safe from hackers or other users."; fDesc[9] = "2000, and Windows XP."; fDesc[10] = "like Disk Cache, CD-ROM Cache and Name and Path Cache. With Cacheman, you can monitor important system values and can tweak settings to improve the performance. It also provides you with History Graph and Logging feature."; fDesc[11] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention."; fDesc[13] = "in the future. If the video file is stored in your browser's cache, this utility can help you to extract the video file from the cache and save it for watching it in the future. It automatically scans the entire cache of Internet Explorer and Mozilla-based Web browsers (Including Firefox) and finds all video files that are currently stored in it. It allows you to easily copy the cached video files into another folder for playing/watching them in the future. If you have a movie player that is configured to play flv files, it also allows you to play the video directly from your browser's cache."; fDesc[14] = "files, especially in the operating systems such as Windows 2000, XP, Vista and Windows Server. The new verson maintains an effective vigil on the cache files, control the processes happening inside the memory portion of the system and helps in restoring the memory occupied by cache files."; fDesc[15] = "cleaning tool for your system cache. The application is organized in a small multiple-tab screen, each tab for a specific task. You can buy this software for as little as $ 9.95"; 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 = '...'; } }