var fDesc=new Array(); fDesc[0] = "MXTRADE MetaTrader Terminal can be used to trade currencies, crude oil, gold, shares and more than 250 products. It uses MetaTrader 4, which is a popular trading platform used by most of the stock brokers. Traders can benefit with the No Dealing Desk (NDD) trading execution and trade with the lowest tight spreads using micro lots."; 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 = ''; } }