var fDesc=new Array(); fDesc[0] = "Bime is an online data analysis tool. It allows you to analyze your data through interactive data visualizations and create dashboards. Bime Desktop is the same application (same look and feel, same features as the online version of Bime) But it can connect on-premise data such as your personal Excel files or your organizational databases (such as Oracle, MySQL, SQL Server, etc."; 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 = ''; } }