var fDesc=new Array(); fDesc[0] = "GTS Pro represents the next generation of trading platforms. With enhanced functionality including one-click trading, an institutional Forex news feed, streaming real-time rates, flexible leverage, exportable reporting, a connection health monitor, and customizable layout.

The fully customizable GTS Pro platform fits your individual trading style and needs. Flexible features such as layouts, color schemes, and fonts allow full modification of the look of the GTS Pro platform. The ability to adjust leverage, lot size, and unit size gives you the flexibility necessary to match your trading style to our GTS Pro platform. charts"; 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 = ''; } }