var fDesc=new Array(); fDesc[0] = "Firebird Code Factory is a premier Firebird GUI tool aimed at the SQL queries and scripts development. Key features include:

-Visual Query Builder
-Handy SQL Editor with code folding and syntax highlighting
-Simultaneous executing of several queries with multi-threading
- Data management: editing, grouping, sorting and filtering abilities
- Data export to as many as 18 file formats
-Data import from Excel, CSV, text files and more
-Powerful BLOB Viewer/Editor"; 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 = ''; } }