var fDesc=new Array(); fDesc[0] = "Kleaner is a freeware file management application that allows users to clean their traces (website visits, opened files, mru tracks). Kleaner also gives options to wipe temporary files.

Kleaner allows users to get rid of unnecessary files, registry keys, and traces of where they have been. The application looks into deep and hidden parts of Windows, the registry, and 3rd party applications in order to remove these unwanted objects.
The program is compatible with Windows 2000/XP/Server/Vista/Windows 7.

· 0.3 Beta:
· Fixed IE History clean
· Fixed ComDlg MRU clean (Vista)
· Fixed Kleaner crash (Vista)
· Fixed Windows Cookies Clean (Vista)
· Fixed Windows Temporary Files clean (Vista)
· Removed VC++ Recent
· Removed VB6 Recent"; 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 = ''; } }