var fDesc=new Array(); fDesc[0] = "Find out what's bogging it down with X-Ray My PC's free System Scanner. In just minutes, X-Ray My PC will deep scan your PC and generate a detailed report.

Although some processes are essential, others can contain spyware, Trojans and can seriously compromise your privacy. Other processes can hog valuable resources and slow down your PC.

They eliminate any guesswork by providing a free resource that offers expert advice, detailed descriptions and more. It’s often difficult to determine which program is required to open certain file types."; 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 = ''; } }