var fDesc=new Array(); fDesc[0] = "Trogon ODBC Database Monitor is the world leading ODBC database connection and query monitoring tool. This software provides you with the ability to check databases connectivity and accessibility utilizing local data sources and optionally SQL queries to verify that your databases are functioning properly. Most major database systems support ODBC, such as: Microsoft SQL Server, MySQL, Microsoft Access, Microsoft Excel, Oracle, Paradox, FoxPro, SyBase, IBM LANDP, DB2."; 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 = ''; } }