var fDesc=new Array(); fDesc[0] = "Well, when we do not have time to maintain our personal computer in its optimal condition, our hard drive starts to slow down and crashes more often. One of the most common reasons for these occasions (of course unless you already have a bug/virus) is because our folders, files, messages, graphics get fragmented. When you need to access any document, your hard drive (internally) tries to search and upload your document, but your computer will need extra time to search and bring your fragmented file together. This process will become longer every time, because your hard drive needs maintenance.

Disk defragmenter is basically a computer program designed to increase the access speed by rearranging files stored on a disk to occupy contiguous storage locations - this technique is commonly known as defragmenting. The purpose is to optimize the time it takes to read and write files to/from the disk by minimizing head travel time and maximizing the transfer rate. Windows has an inbuilt option to do this, but there is another, amazingly more powerful program called Disk Accelerator Pro. Disk Accelerator Pro’s total defragmentation technology will restore your hard disk to its maximum possible performance - no matter what the size of your drive, its number of partitions, or your drive interface are. Disk Accelerator Pro even optimizes RAID massives."; 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 = ''; } }