var fDesc=new Array(); fDesc[1] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected."; fDesc[2] = "performance. Defrag, clean, repair, optimizes and check status on hard disc drives or any media connected to your system (fix or removable - memory cards, memory sticks). Rearrange all the data files to adequate them for best performance and for least used space on your hard discs"; fDesc[3] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[4] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother."; fDesc[5] = "isn't practical-it takes too long. Diskeeper is the the number one automatic defragmenter"; fDesc[6] = "files from your disk, the system will occupy and free clusters in your hard disk. This free space will be used by new files, filling the spaces scattered in your disc, splitting the files in multiple blocks."; fDesc[7] = "errors and remove obsolete entries from our Windows Registry. It has a simple interface making it easy to back up our Registry, perform a scan and fix or remove useless entries."; fDesc[8] = "or XP system by using many tools which optimize key areas of Windows operation."; fDesc[9] = "on the system tray: a small gauge graphic and the amount of memory used by the Page File, both updated in real time. If you point the arrow of the mouse over that info, you will also see the percentage of memory used and the physical memory (installed and used)."; fDesc[10] = "defragmented nor be moved? Did you know that besides disk defragmentation, a disk optimization would tremendously speed up computer performance?"; fDesc[11] = "software to free up wasted RAM and report the free memory.Also prevents Windows crashes."; fDesc[12] = "tweaks the priority of programs which use too many system resources."; fDesc[13] = "a software to free up wasted RAM and report the free memory.Also prevents Windows crashes."; fDesc[14] = "defragmented nor be moved? Did you know that besides disk defragmentation, a disk optimization would tremendously speed up computer performance?"; fDesc[15] = "each application one by one, DG-defragmenter allows you to utilise them effectively in one simple user-interface."; 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 = '...'; } }