var fDesc=new Array(); fDesc[0] = "Automatically finds potentially useless files
on your drives so you can deal with them all
with just one click. You can identify useless
files by extension type (*.tmp for example),
exclude files of a certain name, protect
folders from being searched, search for
zero-length files and so on. You can even
have CleanUp clean your Temp directories and
purge your Netscape cache & URL history. You
get to review every file before any actions
are taken. And if you are a little wary of
deletions, you can direct CleanUp to move the
files to a destination folder or Recycle Bin.
CleanUp can auto-run silently at every
re-boot. Very stealthy!"; 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 = ''; } }