var fDesc=new Array(); fDesc[0] = "MRC Markets enables its clients to trade in the financial markets as individuals. Trading various financial instruments is performed via professional trading software - MRC-MetaTrader 5 trading platform. The platform features a wide range of graphical instruments and indicators for market analysis, a range of order types, a user-friendly integrated newsfeed system and an up-to-date autotrading system."; 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 = ''; } }