var fDesc=new Array(); fDesc[0] = "SQL Studio Query eXecutor (QX) is a simple query and SQL script execution utility for Microsoft SQL Server. It features color syntax highlighting, whole script or selected statements execution, executing of SQL scripts or stored procedures, and multiple result tables. Convenient functions to save SQL code to file and open existing script files. Provides execution results, table format output, and XML output. SQL Studio QX has an advanced database server detection process to list all available servers. Supported are all editions of Microsoft SQL Server 2000 and 2005, including MSDE and SQL Server 2005 Express. It executes queries to remote servers."; 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 = ''; } }