var fDesc=new Array(); fDesc[0] = "EMS SQL Query for MySQL is a useful tool that lets you quickly and simply build SQL queries to MySQL databases. Visual MySQL query building as well as direct editing of a query text is available. It allows you to connect to MySQL databases, select tables and fields for a query to MySQL server, set the selection criteria and much more.

Main features:

- User-friendly graphical interface.
- Latest MySQL versions support: compatibility with all MySQL versions from 3.23 to 6.x.
- Support of UTF8 data.
- Asynchronous query execution."; 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 = ''; } }