var fDesc=new Array(); fDesc[0] = "Monitor your system's auto-startup programs with this lean program. Startup Guard will inform you when new programs are added to the startup, in real time, and you can approve/disapprove the new entry. You can block worms, spyware, adware, trojans, and other virus type malicious programs that may affect your system by adding itself to run at Windows startup. It can also monitor changes to your browser home page and search page hijacks."; 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 = ''; } }