var fDesc=new Array(); fDesc[0] = "AppPerfect Java Profiler can find errors such as memory leaks, race conditions, and thread locks on Java programs. It does this by profiling your application as well as vital resources of the system on which you are running the application. Profiling is the process of monitoring various JVM level parameters such as Method Execution, Thread Execution, Object Creation, and Garbage Collection. It provides you a better view of your target application execution and its resource utilization."; 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 = ''; } }