var fDesc=new Array(); fDesc[0] = "The DBISAM ODBC Driver is contained within a single DLL with no external libraries required. It can be used with Visual Studio 6 using the ODBCDirect access layer, and with Visual Studio .Net 2005 or higher with the ODBC.NET Data Provider.

The DBISAM ODBC Driver contains an easy-to-use configuration wizard for creating and modifying user and system data sources, and also supports direct driver connections using a connection string."; 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 = ''; } }