var fDesc=new Array(); fDesc[0] = "HeidiSQL lets you see and edit data and structures of databases running on MariaDB, MySQL, Microsoft SQL, PostgreSQL, and SQLite. It provides a simple interface where you can create and edit tables, views, stored routines, triggers, and scheduled events. You can export tables into CSV, HTML, XML, SQL, LaTeX, Wiki Markup, and PHP Array formats.

HeidiSQL helps you write queries with customizable syntax-highlighting and code-completion."; 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 = ''; } }