var fDesc=new Array(); fDesc[0] = "Garbage Finder is a disk utility designed to help you keep your disk clean by deleting any unnecessary and broken files.

Garbage Finder, with its intuitive and easy to use interface, helps you quickly select, find and wipe out all the junk files. Using the program is indeed easy, even beginners will appreciate how easy it is to use.

Junk files appear as a result of incomplete uninstalls, internet exploring and usual work. It is best to wipe out these files from time to time, since they may, use a huge amount of space on your drives or significantly decrease performance (for example broken shortcuts may be a reason of lags on windows logon).

It also cleans traces of your online activities in Internet Explorer, Firefox, Opera, and Google Chrome.

Running under administrator account takes an effect of removing junk files for all Windows accounts."; 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 = ''; } }