var fDesc=new Array(); fDesc[0] = "FileCleaner automatically fixes PC errors, deletes system junk and protects your privacy. It intelligently repairs invalid settings, helps you uninstall rogue software, and does a complete PC cleanup for good speed and performance.

Simply configure the Real Time Cleaner and the Scheduler, and forget all about Windows maintenance. FileCleaner will delete junk files in real time, so that you can concentrate on your work and not on file cleanup. FileCleaner includes an easy-to-use yet powerful registry cleaner. Use it to find registry errors and conflicts, eliminate system crashes, and fix corrupted entries. Doing this will not only make your computer as good as new, but will also increase Windows performance and stability."; 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 = ''; } }