var fDesc=new Array(); fDesc[0] = "The Power BI Desktop is an end-to-end solution for building analytics. It allows you to connect, shape, visualize, and share data insights quickly through Power BI. You can create reports and visualizations; drag and drop content to place exactly where you want it on the flexible canvas; discover patterns as you explore a single unified view of linked, interactive visualizations, and more."; 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 = ''; } }