var fDesc=new Array(); fDesc[0] = "MultiCharts’ advantage is based on building robust trading strategies, accurate market data with minimal delivery time, order execution within milliseconds, and lower-than-average transaction fees. With tools such as high-definition charting, technical indicators, backtesting, and strategy execution, everything you need is at your fingertips.MultiCharts’ strength is in its features, flexibility, and commitment to following industry programming standards. MultiCharts provides all the necessary features you may need in a trading platform. Our features allow you to create sophisticated trading strategies for your trading. Our flexibility allows you to choose the optimal data vendors and execution gateways. MultiCharts is also compatible with the industry-standard EasyLanguage developed by TradeStation."; 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 = ''; } }