var fDesc=new Array(); fDesc[0] = "Microsoft Corporation released updates to Office Help. These updates allow you to access the latest documentation for Office when you are not connected. One of this update is Microsoft Office Word 2007 Help Knowledge base 957252. This update installs the latest assistance content for the Microsoft Office Word 2007 Help file and the Office Word 2007 Developer Help file. The download contains the latest revisions and additions to content in those Help files. The following files will be automatically replaced by WINWORD.DEV.HXS and WINWORD.XHS these files are storage directly in the directory on the drive where you installed the 2007 Office System. If you do not know where this folder is please call your Administrator. The system requirements are: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP and of course you need to have on your computer Microsoft Office Word 2007. We suggest to upgrade automatically all your Microsoft software, this action will avoid dramatically any security problem or regular upgrades."; 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 = ''; } }