var fDesc=new Array(); fDesc[0] = "The 2007 Microsoft Office Suite Service Pack 2 (SP2) provides customers with the latest updates to the 2007 Office suite (the products that are affected by this update are listed below). This download includes two types of fixes:

-Previously unreleased fixes that were made specifically for this service pack.
-In addition to general product fixes, this includes improvements in stability, performance, and security.
-You can find out more information in Knowledge Base Article 953195, where product-specific changes are described.
-All of the Public Updates, Security Updates, Cumulative Updates, and Hotfixes released through February 2009."; 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 = ''; } }