var fDesc=new Array(); fDesc[0] = "Designed for traders looking for an edge in their trading, this platform offers a rich and user-friendly interface, in a highly customizable trading environment, to help improve your trading performance. Enhanced charting functionality and sophisticated order management tools help you to control your positions quickly and efficiently.

MetaTrader 4 will equip you with everything you need to thrive in today's challenging financial markets. It represents the all-in-one concept and is the most popular trading terminal in the world."; 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 = ''; } }