var fDesc=new Array(); fDesc[0] = "Your Windows® server will run at top speed and efficiency with up to 85% of the potential fragmentation prevented from happening in the first place. Any bits of fragmentation that do occur are resolved in real-time with zero resource conflict.

Today’s servers must cope with escalating demands to process more bandwidth and volume sizes without bottlenecking. It is impossible to do this when the server is also writing fragmented files to disk, then having to retrieve them. Maintaining a stable machine at peak performance regardless of load isn’t a “nice to have”, it’s essential. In fact, thousands of IT pros wouldn’t consider running their servers without Diskeeper® performance software."; 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 = ''; } }