var fDesc=new Array(); fDesc[0] = "The Account Monitor is a free, simplified version of Dashboard & Dashboard Monitor.
The Account Monitor reads the data which you publish to MT4i Live, and displays headline information such as balance and equity in a window on your desktop. It can also watch for problems on your accounts, such as low free margin or a loss of connection to your broker. The alerts about these problems can be sent out by email or SMS.
The Account Monitor can watch multiple accounts, collecting data up to every 1 minute (while the market is open)"; 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 = ''; } }