var fDesc=new Array(); fDesc[0] = "BenthicSQALL is an SQL query tool that works with any database with an ODBC or OLEDB driver. The program has unicode support, it allows direct data export to Excel and Open Office Calc, data sorting, formatting and printing and much more. The software works with Oracle, DB2, Sql Server, Sybase, MySQL, Firebird and many others."; 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 = ''; } }