var fDesc=new Array(); fDesc[0] = "StarTeam software change and configuration management provides a robust platform for coordinating and managing the entire software delivery process across diverse methodologies and distributed teams. Team members can work whenever and wherever they like and benefit from integrated change management, defect tracking, file versioning, requirements management, project and task management capabilities for flexible project control. A choice of clients and integrations addresses the needs of both non-developer and technical audiences and extends the project stakeholder reach of your SCCM investment.StarTeam® manages both assets and activities in a single repository without the need to manually integrate or synchronize multiple repositories or tools. This centralized control reduces complexity and risk through enhanced visibility and control."; 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 = ''; } }