var fDesc=new Array(); fDesc[0] = "Pentaho is building the future of business analytics. Pentaho's open source heritage drives our continued innovation in a modern, integrated, embeddable analytics platform that includes diverse and big data requirements. Pentaho Business Analytics provides a complete solution, is fast to deploy, easy to use, and extremely cost-effective. The suite includes data access, visualization, integration, analysis and mining. Additionally, Pentaho Data Integration, the data integration component of the suite, is available as a stand-alone product."; 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 = ''; } }