var fDesc=new Array(); fDesc[0] = "MetaTrader Account Copier "PowerTradeCopier" software allows copy trades from one master MetaTrader 4 account to several slaves MetaTrader 4 accounts (subaccounts). You do not need to run slave metatrader terminals. Accounts can be opened in one brokerage firm or among different brokers with MetaTrader 4 platform. MetaTrader MultiTerminal allows copy trades between brokers with instant execution and brokers with market execution (ECN brokerage firms). You can copy orders from 4 digits quotes to 5 digits quotes and vice versa. Works with different quotes symbols (EURUSD_FX, usdjpy_m, etc.). Copies signals of Expert Advisors as well as Manual trades. With MT4 Multiterminal you can copy trades via internet - this function will be useful for forex signal providers."; 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 = ''; } }