var fDesc=new Array(); fDesc[0] = "Without care and attention your hard disk will dramatically lose performance due to fragmented files, downloads, viruses but OptimalDisk Basic returns the performance of your computer as when you first purchased your PC.
Main features:
- Basic Defragmentation Methods
- Defragmentation of disks, folders and files
- Parallel defragmentation of different physical drives
- Disk Doktor and Benchmark
- Windows Sidebar Gadget
- Basic Support by e-mail, automatic updates"; 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 = ''; } }