var fDesc=new Array(); fDesc[0] = "eSignal is an all-in-one trading platform that includes the data, tools and functionality serious individual traders and professionals need to keep them at the top of their game. Fast, reliable, streaming, real-time quotes from – not just the U.S. stock market – but the world's exchanges, tools to make your picks and strategize your moves, trading integration with a choice of brokers – all this in one easy-to-use application. eSignal is the way you make money in the market today."; 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 = ''; } }