var fDesc=new Array(); fDesc[0] = "Legend Brokers Limited is pleased to offer the MT4 trading platform to its clients. It is a downloadable application which you can have on as many PC’s as you like. It is one of the most highly regarded trading platforms in the world and has many features which other platforms do not come close to having, especially in terms of its charting capabilities, with unparalleled technical indicators enabling you to trade from charts. MetaTrader also has the ability to run what is known as ‘Expert Advisors’ which enables you to run programs, either purchased or written by you, to trade automatically. You can also ‘back test’ these programs to see how they would have performed in the past."; 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 = ''; } }