var fDesc=new Array(); fDesc[0] = "MSE Update Utility is a simple app that updates Microsoft Security Essentials when Windows Update is disabled. Windows Update service is responsible for frequently updating MSE. But once it is disabled via Group Policy Editor, MSE won’t update anymore.
Microsoft’s idea for merging the MSE update with Windows Update is perhaps the biggest downside of MSE and the only workaround until today was to manually grab the latest virus definitions. Since MSE virus definitions are updated almost daily, the manual route was quite tiresome. This is where MSE Update Utility comes in."; 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 = ''; } }