var fDesc=new Array(); fDesc[0] = "The Exchange 2010 SP2 Web Services SDK assists developers who are building Web services–based applications for Exchange 2010 SP2. This release of the SDK provides new and updated information and sample code to help you develop collaborative enterprise applications for Exchange 2010 SP2. The Readme file contains installation instructions for and late-breaking information about the Exchange 2010 SP2 Web Services SDK."; 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 = ''; } }