var fDesc=new Array(); fDesc[0] = "METATRADER 4 is the most commonly used program for forex trading sites. ForexTrada provides the program free to its traders. One of the key features of the MetaTrader 4 is that it is compatible with all Expert Advisor applications. Expert Advisor applications are used to analyze the market and make decisions on whether to trade or not.

The forex or foreign exchange market is a financial market for trading foreign currencies. Its huge trading volume and geographical dispersion has led to its high liquidity. The use of leverage increases the profit as well as the losses."; 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 = ''; } }