var fDesc=new Array(); fDesc[0] = "This program controls your computer's connections with other PCs by blocking hackers and preventing local and remote unauthorized network access. It monitors program behaviors and interactions in order to proactively defend against unauthorized activity. It also blocks Trojans, spyware, and all kinds of sophisticated hacking techniques that try to compromise your system's security or steal your data."; 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 = ''; } }