var fDesc=new Array(); fDesc[0] = "This security update solves reported vulnerabilities that are applied to the following versions of Microsoft Office: Ultimate 2007; Enterprise 2007; Professional 2007; Professional Plus 2007; Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats and Microsoft Expression Web. Released in the bulletin MS07-042, which contains all the information needed on the security update. The information comprises “includes file manifest information” and “deployment options”. Very Complete and good to have."; 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 = ''; } }