var fDesc=new Array(); fDesc[0] = "Windows Repair Toolbox helps you remove malware, and perform repair and optimization to your Windows PC. It lets you monitor the CPU temperature, hard disk and RAM usage, and processor usage. System monitoring and repair tools including HWMonitor, HWiNFO, CPU-Z, GPU-Z, and DriverBackup can be downloaded and run from this program. You can check the file associations and proper working of MS Office, Adobe PDF, and MP3/AVI files. Proper functioning of webcam and microphone can also be tested."; 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 = ''; } }