var fDesc=new Array(); fDesc[0] = "The "Database Editor" is a solution for developers and administrators. The program can work with several databases. It supports the standard functions : view and edit data, create or modify the structure of database, add and delete objects, export and import data. The program has a flexible SQL editor with history, code completion and highlight syntax."; 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 = ''; } }