var fDesc=new Array(); fDesc[0] = "Hic Trader 5 allows to trade in several financial markets and exchanges using the same account. For clients MetaTrader 5 gives an opportunity to conduct trading transactions and technical analysis working with Forex, CFD, futures and other exchange instruments. The MetaTrader 5 trading system was developed from scratch including the platform itself. Comparing the new trading platform to the previous MetaTrader 4 you will find a lot of new opportunities which are now available with the MetaTrader 5 – it allows to work in different markets."; 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 = ''; } }