var fDesc=new Array(); fDesc[1] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log."; fDesc[2] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[3] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed."; fDesc[4] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[5] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc."; fDesc[6] = "and more efficient. It removes unused files from your system, allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on line activities such as your Internet history."; fDesc[7] = "eleven new languages available. In fact, we can change the program language on the go, from the user's interface itself. This program runs under the following operating systems: Windows Vista, XP, 2003, 2000, NT, ME, 98, and 95."; fDesc[8] = "the programmer to create a simple batch command file to perform the tasks necessary to update an application. This include..."; fDesc[9] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[10] = "redundant information that slow down your PC and can cause hang ups and crashes. PC SpeedScan Pro 7.1 finds and eliminates harmful PC errors, restore your PC to its maximum performance, and stabilizes your Windows operating system."; fDesc[11] = "of your PC in just five steps. Magic Speed is a PC cleaning wizard, which can helps you to take advantage of your hard drive space, and your overall computer's potential."; fDesc[12] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft."; fDesc[13] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts."; fDesc[14] = "reliable. You can use CheckDrive for XP and Vista."; fDesc[15] = "increase the overall performance speed of your computer by as much as 300% BUG DOCTOR 2006 will fix all bugs and repair errors - FREE DOWNLOAD"; fDesc[16] = "control over your system. Advanced PC Tweaker offers a multipurpose tool kit that has something for every part of your operating system."; fDesc[17] = ", high-performance detection engine to accurately identify missing and invalid references in your Windows registry."; fDesc[18] = "downloaded from the web. It also helps to repair such files while being unpacked. AutoUnpack 4.5 can be easily configured to perform at its best with the users’ desired settings, like commanding the program to remove the source file after the unpack process is complete."; fDesc[19] = "a single click because it comes with a tension free 1-click scanning and repairing feature. With its instant scanning and repairing feature you can compress your windows registry to make your system error free..."; fDesc[20] = "problems and errors. Once the application has found some file that is broken, you will be able to clean it or repair it with only a click. It is important to scan your computer even if you think it's working okay."; 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 = '...'; } }