var fDesc=new Array(); fDesc[0] = "Visual DBU is an utility for manipulating and displaying databases. The program enables you to use any kind of database and to open/create tables/SQL queries out of it. You can drag and drop tables into the program, modify structure dialog, create index dialog, export / import data with optional conditions to and from any table/DBMS, set Scope-/Filter dialog, print database contents with field selection, and more."; 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 = ''; } }