var fDesc=new Array(); fDesc[0] = "Smart Disk Cleaner Pro cleans temporary files, history, cookies and autocomplete form history of Internet Explorer, Chrome, Firefox and Safari browsers. And it removes of Windows junk files such as Recycle Bin, Recent Documents and Temporary files.
Smart Disk Cleaner Pro allows you to easily clean up disk space that is used by temporary files like those in the system temporary folder, the Internet Explorer Cache and Cookies folder, Recycle Bin and various other areas of your system. In addition, you can erase personal tracks like recently used documents, typed URLs and more. The program comes with an attractive, user friendly interface."; 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 = ''; } }