var fDesc=new Array(); fDesc[0] = "The small program EasyCleaner checks the Windows registry, the Undo files left by uncompleted installations, finds duplicated files on your computer, search for unnecesary files that can be erased (temporary files, backups, etc.), manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed.

You can delete all the Internet temp files and the Internet cookies by means of a simple click. Find and wipe out all the unnecessary files that are only occupying disk space.

Find invalid registry entries and delete them if you wish, for improving system performance.

Find duplicated files, invalid shortcuts and zap them all for getting more free disk space.

Monitor your Windows Start up programs and find out if you have a virus to delete before it is too late.

Monitor and manage the Windows add/remove programs list and insure you don't have waste around.

It comes with a large language support and hints and help texts.

It needs very small amount of system resources."; 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 = ''; } }