var fDesc=new Array(); fDesc[0] = "Windows and Office updates are aimed at improving the features and removing bugs of the programs. This update improves the English proofing tools in Office 2010. Additionally, this contains lexical improvements to the English spelling lexicon. It is installed automatically if you have not disabled the Windows update."; 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 = ''; } }