var fDesc=new Array(); fDesc[0] = "FlySpeed SQL Query is a simple SQL query tool for the most of today's popular databases. It allows you to build queries on many different database servers without needing deep knowledge of SQL syntax and to work with data fast and easy. You can quickly drag and drop tables to create queries, from simple to complex, and combine visual query building with direct SQL text editing."; 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 = ''; } }