var fDesc=new Array(); fDesc[0] = "Tableau Performance Analyzer is an utility designed to optimize the performance of the Tableau software. It quickly analyzes your Tableau dashboards to decrease load times and increase performance. The Tableau Performance Analyzer has two modes of operation: Basic and Advanced. Basic Mode provides the diagnosis for decreasing dashboard load times and the Advanced Mode offers more control over how you want to analyze your dashboard's performance."; 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 = ''; } }