var fDesc=new Array(); fDesc[0] = "Created originally by and for our development team to improve productivity while developing software solutions, Query Tool 2008 is a database management tool used to simplify SQL database access, maintain connections, run SQL commands, edit data, and export results across a wide-variety of SQL database platforms. Employs a "tabbed interface" to simultaneously maintain a variety of SQL statements uniquely for each database. Query Tool 2008 stores your connections and queries between sessions to save time and effort across Microsoft SQL Server, Microsoft SQL Server CE, Microsoft Access, PostreSQL, SQLite, OLEDB, and ODBC databases."; 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 = ''; } }