var fDesc=new Array(); fDesc[0] = "KB2920712 patch updates ADAL.dll on 32-bit Office 2016 applications to version 1.0.2019.0909. This update applies to Microsoft Installer (.msi)-based editions of Office 2016. It doesn't apply to Office 2016 Click-to-Run editions such as Microsoft Office 365 Home. If you have turned-on Windows update, KB2920712 will be automatically updated in your system; you may also install it manually."; 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 = ''; } }