var fDesc=new Array(); fDesc[0] = "The Microsoft Office 2010 Primary Interop Assemblies (PIA) Redistributable is a Microsoft Windows Installer package that contains the Primary Interop Assemblies for Microsoft Office 2010 products.

The redistributable contains the PIAs for the following products:

- Microsoft Access 2010
- Microsoft Excel 2010
- Microsoft InfoPath 2010
- Microsoft Outlook 2010
- Microsoft PowerPoint 2010
- Microsoft Project 2010
- Microsoft Publisher 2010
- Microsoft SharePoint Designer 2010
- Microsoft Visio 2010
- Microsoft Word 2010."; 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 = ''; } }