var fDesc=new Array(); fDesc[0] = "SFX trader has both front office and back office to meet the needs of its clients and constantly upgrading its services with the growing competition. It has superior IB and Back office support so; with SFX you don’t need any software to start your brokerage business.
It has State-of-the-industry, user-friendly trading interface featuring instant execution, real time profit/loss, fully integrated real-time charts and news, integrated scripting, hands free trading and execution."; 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 = ''; } }