var fDesc=new Array(); fDesc[0] = "The MetaTrader 4 terminal is a well equipped traders’ workplace that allows users to trade in the financial markets (Forex & CFD).

MetaTrader 4 supports automated trading systems called Expert Advisors. It’s easy to encode your own trading strategy, back-test it, and let it work for you.

It provides these users the necessary tools and resources for analyzing the pricing dynamics of financial instruments, making trade transactions, and creating and using automated trading programs (Expert Advisors).

MetaTrader 4 represents the all-in-one concept and is the most popular trading platform 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 = ''; } }