var fDesc=new Array(); fDesc[0] = "PCSafeDoctor is an effective scanner that helps detect and remove Spyware, Adware, Malware, Trojans, Dialers, Rogue Security Products, Rootkits, Hijackers and many other types of threats, in order to protect your PC against security threats, slow PC performance, and other PC problems caused by spyware or malware. PCSafeDoctor offers unique customizable fix for specific unsolved problems, vulnerability scanner ; essential patch for PC system, as well as time-consuming files and startup programs management, which always help you stay productive."; 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 = ''; } }