var fDesc=new Array(); fDesc[0] = "BI Studio (Business Intelligence Studio) is a powerful and innovative business intelligence and data analysis software for the Oracle, IBM DB2, Ingres, MS SQL Server, MySQL, PostgreSQL, FireBird, SQLite, EffiProz database systems. It supports also ODBC and OleDB connections and direct connections to MS Access, MS Excel, MS FoxPro, dBASE, Pradox, IBM Lotus Notes, CSV, Text and XML files."; 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 = ''; } }