var fDesc=new Array(); fDesc[0] = "IBM® Rational® System Architect® enables organizations to plan, control, streamline -- and innovate. Drive better-informed decisions and deliver innovation your customers demand with enterprise architecture solutions from IBM.

Main features:

- T planning and optimization - Build an effective IT portfolio by identifying areas for consolidation and reuse and unlocking operational budgets required to fund innovation.
- Maintaining business efficiency - Execute business transformation that helps eliminate organizational waste, resulting in increased productivity.
- Service architecture management - Construct effective solutions out of enterprise and business elements that may create new or updated elements that can be used in future projects."; 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 = ''; } }