var fDesc=new Array(); fDesc[0] = "EMS IB/FB Utils are powerful data management utilities for InterBase/FireBird Server, which make your work with the server much easier and faster. Currently IB Utils include IB Database Comparer - a powerful utility for comparing InterBase/FireBird databases and discovering differences in their structure, IB Query - a powerful utility for building and executing queries, IB DataPump - a wizard application for converting ADO-compatible databases to InterBase/FireBird, IB Data Generator - a powerful tool for test data generation, IB Export - a powerful tool for InterBase/FireBird data export, IB Import - a utility for quick importing data to InterBase/FireBird tables, and IB Extract - metadata and data extraction tool."; 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 = ''; } }