var fDesc=new Array(); fDesc[0] = "RTI is a tool that you can use to help ensure that the system performance for your application meets end-user expectations. It measures response time and provides end-to-end visibility into under-performing processes that negatively affect transactions and events. These bottlenecks and root cause failures often lie deep within applications, networks, browsers and the web. In a complex system it can be difficult to identify the actual source of a problem with RTI it becomes easier. RTI is user-friendly. Its powerful reporting and summary features are accessible and intuitive to users at all levels of the organization – developers, performance testers and engineers, IT managers, Level 2/3 support and help desk personnel."; 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 = ''; } }