var fDesc=new Array(); fDesc[0] = "MindFusion.Charting.WebForms provides applications targeting the .NET platform the ability to create and display various kinds of charts. The component supports bar, pie, doughnut, scatter, bubble, line, area, radar and polar charts. Many features of MindFusion.Charting.WebForms output can be customized in a way that suits your project best. Charts can have different styles, colors, fonts and pictures. The control's programming model comprises more than 100 methods and properties."; 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 = ''; } }