var fDesc=new Array(); fDesc[0] = "MetaTrader is a professional online trading terminal for Forex, CFD, Futures, as well as equity markets. It is the convenient and adjustable tool of the active trader. The different functions and options of this system, allow great flexibility in trading.

The MetaQuotes Language allows programming your own strategy through the Expert Advisors, enables the markets to be monitored automatically so not requiring constant supervision.

The standard list of technical indicators may be expanded with the opportunity to write your own indicators as you require (Custom Indicators). Real time demos are accessible through more than 35 brokerages free of charge."; 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 = ''; } }