var fDesc=new Array(); fDesc[0] = "BelFX allows you to access the trading platform MetaTrader 4 (MT4) from your desktop. You can trade multiple asset classes, including currencies, commodities, indices, and equities from a single screen. Trading with MT4 allows you to plan and execute your orders quickly and easily. You can choose from over 100 trading instruments, including major and minor forex pairs, metals, oil, commodities, equity indices and shares of the world’s biggest companies."; 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 = ''; } }