var fDesc=new Array(); fDesc[0] = "EMS DB Extract for InterBase/Firebird is an impressive and easy-to-use tool for creating InterBase/Firebird database backups in a form of SQL scripts. This database script utility allows you to save metadata of all InterBase/Firebird database objects as well as InterBase/Firebird table data as database snapshot. DB Extract for InterBase/Firebird includes a graphical wizard that will guide you through the InterBase/Firebird extract process step by step, and a command-line utility for creating InterBase/Firebird backups in one-touch."; 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 = ''; } }