var fDesc=new Array(); fDesc[0] = "ANTS Performance Profiler is a .NET profiler for desktop, ASP.NET, and ASP.NET MVC applications. It has the ability to profile database requests that your application makes to any SQL Server, Oracle, MySQL (or MariaDB), and PostgreSQL database. You can view data about outbound HTTP requests made by your application, including request and response header information."; 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 = ''; } }