var fDesc=new Array(); fDesc[0] = "IBM Rational Software Architect Designer (RSAD and formerly RSA) is a comprehensive design, modeling, and development tool for end-to-end software delivery. It uses the Unified Modeling Language (UML) for designing enterprise Java applications and web services. Rational Software Architect Designer is built on the Eclipse open-source software framework and is extensible with a variety of Eclipse plugins. You can also enhance functionality for your specific requirements with separately purchased Rational extensions."; 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 = ''; } }