var fDesc=new Array(); fDesc[0] = "PC-CHECKUP is a powerful application that helps you to optimize your PC by cleaning up junk files and fixing registry errors that slow down your computer. What I liked about the program is its intuitive and attractive user interface which will surely make this task a breeze. This utility scans your entire system for errors or problems, cleans up all temporary files and optimizes the performance of your PC. You will have you computer cleaned up and running smoothly with only one click. It also includes a statistics tool that displays the overall status of your PC. The program enables you to select exactly the areas you want to scan including fonts, help files, installers, cache and others. What is more, the tool called settings and restore allows you to adjust the program settings the way you like. You will notice that after running this program, your computer will be running faster than you could ever imagine. I would certainly recommend this program for its great performance, ease of use, and because it is free."; 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 = ''; } }