var fDesc=new Array(); fDesc[0] = "The FXDD Trader Platform offers streamlined trading, charting, as well as a host of unique features such as margin monitor, advanced reporting and multiple account capabilities. Trading in the spot foreign exchange market involves a significant risk of loss and is not suitable for everyone. Clients should evaluate their financial condition in light of the potential risk of loss before deciding to trade. Only discretionary risk capital should be used for trading. Discretionary risk capital is capital that if lost will not cause a change in your lifestyle."; 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 = ''; } }