var fDesc=new Array(); fDesc[0] = "Controls and prevents unwanted and unknown applications from executing. Prevents potential damage from unwanted or unknown applications (executables, DLLs, Windows app store apps, device drivers, control panels, and other Portable executable (PE) files). Provides global and local real-time threat intelligence based on good file reputation data correlated across a global network"; 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 = ''; } }