var fDesc=new Array(); fDesc[0] = "Arab Financial Brokers MultiTerminal allows you to trade and monitor multiple accounts of different types and sizes on a single platform. With this platform you may trade each account as part of a group or individually and monitor each account's activity and print out statements and equity runs for each client.

You will be able to carry out any market, limit, stop, OCO, If-Done, and other types of orders with one click execution and execution speed as featured in individual customer platforms."; 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 = ''; } }