var fDesc=new Array(); fDesc[0] = "ChartNexus is a charting tool for online stock traders. It comes with 3 years of historical data and various tools to improve your trading skills. More than 20 indicators are available with customizable parameters. You can display 4 charts simultaneously for analysis and comparison analysis using the multi-window feature; annotations and drawing tools can be used to mark important points on the chart."; 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 = ''; } }