var fDesc=new Array(); fDesc[0] = "Database Tour allows you to work with a variety of database formats including ODBC, SQL Server, Access, Oracle, PostgreSQL, SQLite, Firebird, Interbase, Excel, and Visual FoxPro. It can be used to export data to Excel, HTML, SQL script, DBF, CSV, and various other file-types. Embedded Report Engine simplifies the creation and editing of database reports. Database Tour data grids give you the ability to view CLOB/MEMO (large text) and graphic data, expand rows, use autoscrolling, sorting, selecting group of records, copying data, etc.

Database Tour also comes in a Pro version with additional features."; 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 = ''; } }