var fDesc=new Array(); fDesc[0] = "This software will help you to protect your computer against common attempts that malicious programs use to hijack your computer. It looks in places where malicious programs commonly attempt to gain control of your computer and reports to you what it finds. Many of the items found will be legitimate, but any malicious items will also be found. If you do not recognize an item we recommend posting the scan log online for experts to examine. There are links to popular Web sites that will examine your log files in the Tools menu. This software also provides a database of known software that will help you to determine exactly what is running on your computer, and easy ways to search for more information if necessary."; 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 = ''; } }