var fDesc=new Array(); fDesc[0] = "Your operation system is not as perfect as you think, and you have to try your best to keep it running as long as possible. Don't you notice that your hard drive is becoming "fatter and fatter"? There is more and more waste in you hard disks because of long-time-unclearing. How can we move these useless files from our hard disks?

Ultra Cleaner is right a convenient tool for disk cleaning. It can help you to find out useless files(just like the trace of browser and Windows) in your system and move them out, to get more space in your hard disks. Ultra Cleaner not only has clear user interface but also has the utility allowing you to change its skin as you like."; 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 = ''; } }