var fDesc=new Array(); fDesc[0] = "Rietumu FX is based on the MetaTrader 4 platform from MetaQuotes. MetaTrader 4 is a popular choice for both experienced and new traders around the world since 2005.

Rietumu has combined easy and intuitive interface with the best STP (Straight Through Processing) execution technology available in the market today. Rietumu offers trading in real supply and demand conditions:

- Trade FX, metals and energies
- Market liquidity from the leading banks – market makers
- Immediate order execution via STP."; 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 = ''; } }