var fDesc=new Array(); fDesc[0] = "The Microsoft Office Project 2003 SDK is designed for solution providers, value-added resellers, and other developers to help customize Project 2003, and to extend and integrate Project Server 2003 with other applications for Enterprise Project Management. It features articles, programming references, tools, and sample code, including extensive articles called Solution Starters.

What's New in January 2005 update of the Project 2003 SDK download:

-The Project Server to ERP Connector Solution Starter documentation is updated for the following SAP® solutions: the mySAP™ Human Capital Management and the Financials subsystems.
-Project Guide 101 explains why the Project custom protocols don't work with Microsoft Windows XP Service Pack 2 (SP2)."; 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 = ''; } }