var fDesc=new Array(); fDesc[0] = "ProtectU is a free anti-virus and malware detection program for Windows. This application features Malware Remover tools that designed specifically to take out malware from an infected computer, in case a virus pass through the antivirus check. Its detection process can identify active viruses, contained viruses, and inactive malware that may be hidden and lurking on the infected computer."; 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 = ''; } }