var fDesc=new Array(); fDesc[0] = "FxPulp SSTrader trading system is an integrated platform from which you can manage your trading account easily and securely and have full access to OTC markets. You can trade foreign currencies, metals, oil, natural gas, and indices in the underlying markets using CFDs, all through one trading platform. Wherever you go, whatever technical limitations you may face, and/or whatever the number of trading accounts you may have at once, and/or whatever technical limitations you may face, you can trade on your account(s) from a SSTrader trading terminal any time, as it provides a mobile trading terminal, a special terminal for multi-accounts, and a web-trading interface that allows you to trade from any device with internet access without having to download any setup file on that device."; 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 = ''; } }