var fDesc=new Array(); fDesc[0] = "Comparison Dashboard Solution extends ConceptDraw PRO software with samples, templates and vector stencils library with charts and indicators for drawing the visual dashboard comparing data. Comparison Dashboard integrates a single screen view of the comparison charts and indicators as horizontal bar charts, column charts, line charts, dot plot, 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 = ''; } }