var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[3] = "time. Using this program you will be able to recover the initial speed of youe disk units. In fact, it is much faster than many of its competitors, even it allows you to keep using your PC during the defragmentation process."; fDesc[4] = "and essential tool in keeping your registry defragmented. As a result, the Registry becomes compact and small, greatly improving your computer performance."; fDesc[5] = "While installing, we can choose to install any or all of the following components: script interpreter, standard scripts, example scripts, user's manual, and screensaver. We can also set this program to perform daily automatic optimizations."; fDesc[6] = "interface, a faster engine and new reporting features to keep your system running at top performance."; fDesc[7] = "drive so we get a better performance. If we notice that our computer goes very slowly and we do not have an excess of programs or application, we may need to defragment the files in our hard drive and that is precisely what this program is aimed for."; fDesc[8] = "drive, but with a number of unique benefits and features to further improve a system?s efficiency."; fDesc[9] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks."; fDesc[10] = "contigous blocks / allocation units. This can slow down the system severely and cause the hard disk to work more if the fragmentation levels are high. Diskeeper can automatically defragment the hard disk. You can specify the Disk priority and CPU priority."; fDesc[11] = "drives doing a CHKDSK before to start the defragmentation. SpeeDefrag 5.2 Freeware version has no GUI (Graphic User Interface) to keep tracking on the progress of the process. A command prompt shows the begin of the defragmentation and a warning that the defragment is in process."; fDesc[12] = "Mobile 6 devices. Pocket Mechanic (WM6) is the perfect companion for any Windows Mobile 6 device. This program is a suite of tools that will be very useful to keep your WM6 device without errors."; fDesc[13] = "NTFS, Compress your hard drives. Convert Images and do much more with Windows Powertools. All for Free!"; fDesc[14] = "performs at its best. The program is a comprehensive suite that has many useful features. The StealthPatrol feature will only defragment your hard drive while the computer is not being used and after a certain amount of fragmenting has occurred."; fDesc[15] = "directories. Regular defragmentation increases the overall performance of your system dramatically."; 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 = '...'; } }