var fDesc=new Array(); fDesc[0] = "This update (KB2881035) provides bug fixes for Office 2013. It also includes stability and performance improvements. You can manually download and install this, if you are having any problems with your MS Office applications. It is automatically installed, if the Windows Update is turned on. The update does not apply to Office 365 editions such as Office 365 Home."; 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 = ''; } }