var fDesc=new Array(); fDesc[0] = "ChartDirector is a powerful chart component for creating professional looking charts for web and windows applications.ChartDirector for .NET consists of the ChartDirector class library, together with a Windows Forms control WinChartViewer, a Web Forms control WebChartViewer, and a Javascript browser side library JsChartViewer for advanced chart user interactions."; 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 = ''; } }