var fDesc=new Array(); fDesc[0] = "Both experienced and new developers can use either IBM® Rational® Asset Analyzer or the Rational Asset Analyzer for System z® edition to gain insight into an application's structure and interactions with business data. This analysis helps prevent mistakes when you make changes or functional enhancements and leads to more focused testing. Whether you use the web, Eclipse, or RESTful interfaces, you also get the essentials for business rule mining of existing software assets."; 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 = ''; } }