var fDesc=new Array(); fDesc[0] = "Access instruments from European, American and Asian markets on one account via three different platforms. The platform on which you're about to trade, has earned "Best in Class" retail platform from FX Week and Euromoney. Through HMS TRADER 2, you gain access to:
-Over 140 currency crosses
-Streaming prices for Spot, Forward Outrights and FX Options
-Streaming news
-Charting and technical analysis tools
-Market research from leading experts"; 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 = ''; } }