var fDesc=new Array(); fDesc[0] = "Cache, Cookie & Windows Cleaner is a tool for restoringhard-drive space and cleaning up the history of your activities on your computer. The program cleans cookies, Internet history, cache, temporary files, drop down address bar, locked files (index.dat, mxxx.dat), Windows temp files, recent document list, find and run history, recently viewed pictures, the recycle bin, additional garbage, etc. You can select, view, and even exclude cookies from the cleaning process, define your own user-defined items to remove, add pre-built plug-ins or create your own, that removes files, cache and registry data from other programs. You can also have cleaned stuff unrecoverable, have your system cleaned automatically in the background and view statistics of how much hard-drive space that was restored."; 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 = ''; } }