var fDesc=new Array(); fDesc[0] = "WashAndGo takes care of the cookies, the cache, and the history lists of the web browser, the history of the last processed files of over 500 applications, and the meta data of Word, Excel or PowerPoint. This cleaning also purifies the system. It also eliminates private "fingerprints" that you leave on your computer.

This program can find and remove temporary files, log files, obsolete backup copies in the recycle bin, and many other types of unwanted data.

WashAndGo automatically creates a backup file to ensure that all the changes made to your system can be reversed."; 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 = ''; } }