var fDesc=new Array(); fDesc[0] = "Junk Files Cleaner is a user friendly, fast and easy to use application developed to free up disk space by deleting junk files that are no longer used by any software on your system. Even the least experienced user can easily remove junk files with this tool.
Your hard drive is littered with junk files you don't need, taking up precious hard disk space, and potentially slowing down your PC's performance. There are files of all kinds, such as temporary files that applications should delete when they're no longer needed, various log files, index files, backup files etc. You'd be amazed at how much space these junk files take up."; 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 = ''; } }