var fDesc=new Array(); fDesc[0] = "Easy to Use
Colorful interface with large,clearly labeled buttons and tabs labeled Defrag Show and Settings,which offers all basic functions,so it is very easy to operate for both novices and pros.
Quick and Smart
It takes just a few seconds to scan your whole disk. In addition, with more advanced settings to meet advanced requests,it is intelligent.
Safe and Secure
It is designed in such a way that defragments and optimizes disk safely, without any damage to your hard drive and the data stored on it."; 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 = ''; } }