var fDesc=new Array(); fDesc[0] = "To trade effectively and profitably in today’s markets, the investor needs to be well equipped - and that’s what this application aims to do - provide financial information, ideas, research, market data, and financial tools at just a click away. Intraday time and sales and trade-summary matrix to track every trade. Intraday queue data to track first-level buy or sell queue changes."; 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 = ''; } }