var fDesc=new Array(); fDesc[0] = "EMS Data Import for InterBase/Firebird is a powerful program to import your data quickly from MS Excel/Excel 2007, MS Word 2007, MS Access, DBF, TXT, CSV, Open Document, HTML files to InterBase/Firebird tables. It provides adjustable import parameters, including source data formats for all the fields and destination data formats for the selected fields, commit options, number of records to skip, etc. Data Import for InterBase/Firebird includes a wizard which allows you to set all the import options for different files visually, and a command-line utility to execute import 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 = ''; } }