var fDesc=new Array(); fDesc[0] = "RoboForex MultiTerminal can be of a great help to managers controlling investor accounts, and to traders working with several accounts at the same time.

RoboForex MultiTerminal allows you to manage several accounts located at the same trade server. You can send an order to several accounts with a single click. MultiTerminal can also distribute the sent order between the accounts, taking into consideration current profit, balance and available funds. MultiTerminal saves order history, making it more comfortable for a manager to work with."; 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 = ''; } }