var fDesc=new Array(); fDesc[0] = "FXPRIMUS knows that our traders require quick access to their trading accounts anywhere in the world, and at any time of day. So, we offer the most efficient and powerful range of trading platforms on web, tablet or mobile. Browse our range of platforms and services, and instantly download to your chosen device.

FXPRIMUS is perfect for traders of all experience levels and is recognized for its user-friendly interface, advanced charting features, technical analysis tools and automated trading capabilities. The MetaTrader 4 platform supports multiple account base currencies including USD, EUR, GBP, SGD and PLN. It is also available in over 30 different languages."; 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 = ''; } }