var fDesc=new Array(); fDesc[0] = "Dundas Dashboard is a web-based platform that enables the development of custom, interactive dashboards. It acts as a central BI portal for your business, where users can visualize and analyze data from across the organization. Dundas Dashboard lets you post comments, ask questions, and respond to inquiries directly on the data, so that important facts don’t slip through the cracks."; 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 = ''; } }