var fDesc=new Array(); fDesc[0] = "EMS SQL Management Studio for InterBase and Firebird is a complete solution for InterBase and Firebird database administration and development. With components that focus on all critical database management tasks, SQL Studio for InterBase and Firebird is a single workbench that provides you with tools for administering IB and Firebird databases, managing database schema and objects as well as for InterBase and Firebird database design, migration, extraction, InterBase and Firebird query building, data import, export and database comparison."; 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 = ''; } }