var fDesc=new Array(); fDesc[0] = "NeoBookDBPro provides NeoBook authors with the ability to quickly add advanced, professional database capabilities to their applications. NeoBookDBPro can be used to create and manage just about any type of database from a simple flat file address book to a complex, multi-user client-server application.

NeoBookDBPro uses ODBC and ADO technology to access a variety of database formats including Microsoft® Access™, MySQL™, SQLite™, Microsoft® SQL Server™, Oracle™, PostgreSQL™, Paradox, dBase and more. In fact, when properly configured with the appropriate ODBC driver, NeoBookDBPro can be used to access just about any type of database system."; 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 = ''; } }