var fDesc=new Array(); fDesc[0] = "IBM Rational Team Concert helps you collaborate across teams, manage code, run standup meetings, plan sprints and track work. It's available on premises and on the cloud.

IBM Rational Team Concert manages plans, tasks, project status, as the critical link between required and delivered work. Rational Team Concert provides flexibility to adapt to any process, which enables companies to adopt faster release cycles and manage dependencies across both small and complex development projects. This solution offers no-charge server software and flexible pricing models. It becomes a complete Collaborative Lifecycle Management solution—when purchased as a set of seamlessly integrated tools: IBM Rational Team Concert, IBM Rational Quality Manager, and IBM Rational DOORS Next Generation."; 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 = ''; } }