var fDesc=new Array(); fDesc[0] = "Frequency Distribution Dashboard is a solution that extends the functionality of the ConceptDraw PRO v9. It uses a single screen to integrate the frequency distribution charts as histograms and area charts. The libraries used consists of live objects, the special shapes that can change their appearance depending on the external data. Each chart displays your source data to visually communicate the frequency distribution comparison."; 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 = ''; } }