var fDesc=new Array(); fDesc[0] = "Microsoft Visual Studio Team Foundation Server 2010 is the collaboration platform at the core of Microsoft’s application lifecycle management solution that automates the software delivery process and enables organizations to effectively manage software development projects throughout the IT life cycle. Team Foundation Server 2010 enables the team to be more agile, collaborate more effectively, and deliver better quality software while building and sharing institutional knowledge. Project artifacts and data from work item tracking, source control, builds, and testing tools are stored in a data warehouse and powerful reporting and dashboards provide historical trending, full traceability and real-time visibility into quality and progress against business intent. Team Explorer 2010 is the client SKU that allows you to access the Team Foundation Server functionality."; 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 = ''; } }