var fDesc=new Array(); fDesc[0] = "Get access to hundreds of powerful idea generation applications, customizable analytics and complete trading systems, or have a custom solution built to suit your unique trading style. Transform your trading with award-winning, fully customizable charting, back-testing and analysis capabilities for stocks, options, futures and forex. Get professional-grade tools for placing trades - from stress-free simulated trading to the powerful, single-click Matrix trading and analysis window to fully automated trading."; 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 = ''; } }