var fDesc=new Array(); fDesc[0] = "The BIRT iHub Visualization Platform powers, integrates, and manages BIRT Analytics Applications and BIRT-based information. Designed to give users more control over their personalized business insights, BIRT iHub transforms complex data into compelling visualizations: graphs, charts, tables, diagrams, and more. With customizable features like dashboards, statements, applications, and interactive reports, the BIRT iHub Visualization Platform is accessible through any Internet browser or by smart mobile devices."; 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 = ''; } }