var fDesc=new Array(); fDesc[0] = "SQL Prompt is a SQL IntelliSense and code-formatting tool that can be used along with MS Visual Studio. Using this tool, you can immediately spot issues that could eventually cause problems with performance, behavior, or security. It also helps you minimize delays in deployment and reduce maintenance costs. SQL Prompt's built-in static code analysis rules allow teams to check for problems automatically, during development and testing work, therefore minimizing the number of 'code smells' that creep into the application and database builds and improving build reliability."; 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 = ''; } }