var fDesc=new Array(); fDesc[0] = "Win Updates Disabler is a very simple Windows OS software that helps you to completely disable or enable Automatic Updates on your Windows system. Center and Windows Firewall. Remember that it is important to keep your system up to date for security reasons, however, if for privacy reasons or for any other reason you want to disable Windows Updates and the other Windows security services, this little tool is all that you need. Moreover, it can help to disable or enable Windows Defender, Windows Security."; 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 = ''; } }