var fDesc=new Array(); fDesc[0] = "Diskeeper 2008 12.0.781 it´s an utility to defrag your hard disk.

As you install and uninstall programs, or save and delete files, sections of your disk are freed and occupied. The system uses that empty spaces, filling them with parts of files. As a result, when you try to read that file, your hard disk will need to scan for all the scattered pieces. That will produce a slow down in the process of loading a file.

Defragmentation puts every part of a file side by side, so your hard disk won´t have to track them down. This is accomplished reading every part of a file, writing them in a temporary place, and the rewriting them in its permanent location.

Diskeeper 2008 debugs fragmentation-based problems as they occur. It uses a new technology called InvisiTasking, that lets the program perform
background processing to defragment your computer in real-time.

You can choose to run an Automatic Defragmentation, a Boot Up Time Defragmentation or a Manual Defragmentation, and you can choose every parameter to do each task according to your needs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }