var fDesc=new Array(); fDesc[0] = "The OpenLink ODBC Driver for Ingres (Express Edition) is a single component installed on a data-consuming machine - depending on the architecture in which the driver is deployed, either a client such as a desktop, a workstation or an application-server machine. No further components need be installed on the deployment machine or database server.

The OpenLink ODBC Driver for Ingres (Express Edition) is a Type-B class of driver enabling seamless connectivity to your database out-of-the-box, thus eliminating the need for the installation of any database-specific client networking software. This driver simplifies the configuration requirements at every attempt, maximizing your data-capability whilst minimizing the need for knowledge of the database specifics."; 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 = ''; } }