var fDesc=new Array(); fDesc[0] = "CleverCleaner can save you work and time and gain a lot of free space on your hard disk. You sometimes don’t know that little files and huge temporary directories are filling up your disk. CleverCleaner can locate these files and delete them.

The method: The program searches after search masks and particular options such as browser cookies or temporary directories. After the search process has succeeded, you are asked to select files which you would like to delete.

CleverCleaner is an easy to run application and because of all its options a flexible and useful tool."; 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 = ''; } }