var fDesc=new Array(); fDesc[0] = "DBSophic Qure Analyzer allows you to compare and analyze SQL Server trace files (workloads). Qure Analyzer's intuitive graphical interface helps you quickly identify and analyze performance bottlenecks. And thanks to multi-dimensional grouping, sorting and filtering you can easily isolate the most resource-consuming SQL statements, applications, users, hosts and more. Qure Analyzer also introduces the ability to compare database workloads before-and-after a hardware change, version upgrade, or tuning effort."; 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 = ''; } }