var fDesc=new Array(); fDesc[0] = "inteliCharts Free stock market charting software delivers powerful stock analysis capabilities to its users such as:
dynamic monthly, weekly and daily charts with intra-day snapshot price information, latest technical indicators, oscillators and overlays with custom input parameters editor, advanced drawing tools with line magnets and parallel line cloning in logarithmic scale settings, multiple customizable styles and layouts, built on the latest .NET 4.5 framework, SQL database supported for instant data access."; 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 = ''; } }