var fDesc=new Array(); fDesc[0] = "Warp Disk is basically just a defragmenter, but not like any other defragmenter. Conventional defragmenters are user applications or services that scan the entire disk for fragmented files and then defragment all the fragmented files found during the scan. Warp Disk, on the contrary, is a file system driver encapsulating the file system, providing it with fragmentation prevention capabilities.

Furthermore, Warp Disk also comes with a unique Windows boot optimizer, dramatically reducing the time it takes for Windows to boot. Behind the scenes, during boot, Warp Disk reads files ahead and saves them into a memory buffer for fast access."; 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 = ''; } }