var fDesc=new Array(); fDesc[0] = "Extend the value of your data across your entire organization with Tableau Server. Empower your business with the freedom to explore data in a trusted environment—without limiting them to pre-defined questions, wizards, or chart types. Have the peace of mind that both your data and your analytics are governed, secure, and accurate. IT organizations love Tableau for it's ease of deployment, robust integration, simplicity of scalability, and excellent reliability. You no longer have to choose between empowering the business or protecting your data - with Tableau you can finally do both."; 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 = ''; } }