var fDesc=new Array(); fDesc[0] = "MicroStrategy Desktop is a powerful data discovery tool that lets you explore data and answer questions on your own. With an intuitive toolset and built-in templates, MicroStrategy Desktop makes it easy to build compelling visualizations and interactive dossiers in a matter of minutes. It’s powerful analytics, designed for the individual business user. By giving you the ability to build dossiers, we make it easy to organize your dashboards, reports, and visualizations into an intuitive chapter and page structure that helps you use data to tell better stories."; 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 = ''; } }