var fDesc=new Array(); fDesc[0] = "Web Vaccine catches and deletes viruses and malware, stops background scripts from accessing dangerous sites without the user’s knowledge, and scans websites and files.
By blocking many of the operations that normally take place behind the scenes as you move from website to website, you will find that sites load more quickly and operate with fewer glitches."; 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 = ''; } }