var fDesc=new Array(); fDesc[0] = "Runtime Flow in real time monitors and logs function calls and function parameters in a running .NET application and shows a stack trace tree. No instrumentation or source code required for monitoring, but if you have source code (e.g. C#, VB.NET or C ) then Runtime Flow automatically uses solution settings to start logging and for any function you can go to its source code. In a large .NET application it allows developers to quickly identify classes and functions relevant to the bug. Runtime Flow supports .NET 2.0 - 4.0 desktop, ASP.NET, Silverlight 4 applications and Visual Studio 2010/2008/2005."; 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 = ''; } }