var fDesc=new Array(); fDesc[0] = "JRockit Mission Control is a tool suite that you can use to manage, monitor, profile and troubleshoot your Java applications. JRockit Mission Control uses data collected by the Oracle JRockit JVM as a part of its normal operations, thus minimizing the performance overhead. JRockit Mission Control functionality can always be available on demand and any performance overhead is only in effect while the tools are running."; 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 = ''; } }