var fDesc=new Array(); fDesc[0] = "Chart/Custom Indicator Package provides a programming framework and the Integrated Development Environment (IDE) for the development custom indicators. The framework is .NET based. So, it uses Microsoft C# in the integrated development environment. It also supports all .NET languages in the compiled form. Additionally, it is compatible with EasyLanguage ™."; 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 = ''; } }