var fDesc=new Array(); fDesc[0] = "IBM Rational® Portfolio Manager software integrates project and portfolio management to help you put your business strategies into practice.
Using the Rational Portfolio Manager application, you can align your business priorities, processes and people
into one cohesive environment for a comprehensive view of your existing and proposed IT investments.
Main features:
- Extends visibility and control over portfolios and projects
- Enables streamlined software delivery and life cycle management
- Improves governance through development accountability"; 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 = ''; } }