var fDesc=new Array(); fDesc[0] = "SQLyog is a database management tool for MySQL. It provides a simple interface where you can import data from any ODBC compliant data source. Visual programming allows you to apply schema and data changes easily, while moving from test to production. SSH and HTTP Tunneling modes could also be used if direct access to MySQL is blocked in your network."; 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 = ''; } }