var fDesc=new Array(); fDesc[0] = "MetaTrader Fidelis Capital Markets is an extensively equipped trading platform. It allows trading in financial markets and provides the trader with the necessary tools and resources to analyse price dynamics of financial instruments, make the trade transactions, create and use Expert Advisors. MetaTrader Fidelis Capital Markets gives you ECN access to market, with direct market access and straight through processing and our relationships with liquidity providers get you lowest spreads starting from 0.0 pips on EURUSD."; 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 = ''; } }