var fDesc=new Array(); fDesc[0] = "As an advanced user, there are a Diskeeper features that you will appreciate. Diskeeper gives you a wide array of choices for customizing the defragmentation of your disks. The following list summarizes the most important features in Diskeeper Pro Premier edition:
Fully Automatic Operation: Diskeeper is designed to operate without your intervention.
Descriptive Console Interface: The Diskeeper console provides an intuitive and informative defragmentation experience.
Performance and Volume Health Analysis: Diskeeper collects and displays data regarding the performance and overall health of your volumes in the Dashboard tab.
I-FAAST (Intelligent File Access Acceleration Technology) improves file access/creation by up to 80% (average 10%-20%) above and beyond the improvement provided by defragmentation alone.
Frag Shield: The Frag Shield feature keeps your MFTs defragmented automatically, and monitors paging file usage and makes suggestions to keep it performing at its best, too.
Terabyte Volume Engine: is designed to efficiently defragment extremely large (larger than 60 GB) volumes.
Boot-Time Defragmentation: Defragment files at boot-time that cannot be moved safely when Windows is running.
Selectable Disk and CPU Priorities: You can set the disk and CPU priorities at which Manual Defragmentation jobs run.
Exclusion Lists: Diskeeper exclusion lists allow you to specify files and directories that will not be allowed to be processed by Diskeeper.
Event Logging: Diskeeper records information about its activity in two ways. First, general information about previously-run defragmentation job is shown in the Log tab within the Diskeeper console. Additional information can also be stored in a log file. A wide variety of information can be saved for future reference.
Simultaneous Analysis or Defragmentation Operations: You can analyze and/or defragment more than one disk volume at a time with Diskeeper."; 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 = ''; } }