var fDesc=new Array(); fDesc[0] = "File fragmentation is a common problem with all the computer hard drives, be it a home computer or a server. It happens because files are created in a manner that doesn't account for the future expansion of its size. So, it can span various locations of a hard disk. This makes it difficult to access the files as it takes more time.

Diskeeper is the best defragmenting program for Servers. It has the TeraByte volume engine that can work on large volumes like 60 GB or more. Enterprise server has the Titan Defrag Engine which is specially developed for massive data volumes. Starting at volumes containing 4 to 5 TB of data, it works fine on 20TB or more."; 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 = ''; } }