var fDesc=new Array(); fDesc[0] = "Microsoft Office Proofing Tools delivers important customer-requested stability and performance improvements, while incorporating further enhancements to user security.

Requirements:

-Windows Server 2003 Service Pack 1

-Windows Vista

-Windows XP Service Pack 2

- Use Microsoft Update (recommended). Microsoft Update consolidates updates provided by Windows Update and Office Update into one location and enables you to choose automatic delivery and installation of high-priority updates.

- Use Office Update on the Office Online Web site. After running the automatic detection, Office Update prompts you to install updates and service packs that bring your Office products up to the best quality available."; 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 = ''; } }