var fDesc=new Array(); fDesc[0] = "XY Chart NET provides developers with a powerful, easy-to-use XY chart component that integrates seamlessly into your Visual Studio .NET WinForms applications. Ready-to-use built-in functions include zoom, scrollbars, pan and crosshairs, which require no coding and allow users to analyze charts with ease and precision. XY Chart NET is ideally suited for technical applications as well as general application development, and is being used all over the world in a broad range of applications including scientific lab measurements, financial data, motion control, process monitoring, industrial automation, education and research, etc."; 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 = ''; } }