var fDesc=new Array(); fDesc[0] = "Sophos Virus Removal Tool is a free program that allows you to remove viruses, spyware, rootkits and fake antivirus. It can perform user memory scanning and cleaning, kernel memory scanning and cleaning or file scanning, optimizing your computer performance. It detects all types of malicious software on your computer—including viruses, spyware, rootkits and Conficker—and returns it to a working state."; 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 = ''; } }