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] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[4] = "for any avid windows user. This utility can act as the effective replacement for the windows disk defragmenter any day. It is capable of defragmenting files, folders, drives and free space. The defragmenting mechanism used is efficient and faster than the windows defragmenter."; fDesc[5] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!"; fDesc[6] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[7] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool."; fDesc[8] = "daily backups, because every time you save a file to your hard drive, Shadow makes a copy of it. The application has a really easy to use and simple user interface, which makes the backup process even faster and easier than ever before."; fDesc[9] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from."; fDesc[10] = "frequent disk defragmenting at your hands. This software will also improve the performance of your computer. InvisiTasking in Diskeeper 2009 13.0 lets you keep your system hard drive defragged all the time without using any active resources of the system."; fDesc[11] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter."; fDesc[12] = "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[13] = "warn you before your hard disk crashes due to any mechanical or technical fault, so you can backup your important data before it becomes inaccessible."; fDesc[14] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[15] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; 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 = '...'; } }