var fDesc=new Array(); fDesc[0] = "MetaTrader 5 is now available for demo trading, and you can experience for yourself the new features. Nootable Highlights from MT5: additional time frames - The charts in MetaTrader 5 come hot off the press with 21 different chart time frames available - a big jump from 9 in MT4; Chart-in-Chart - Similar to "picture-in-picture" tv sets, MT5 charts have the ability to import and overlay additional charts. These charts can be set to any currency pair and time frame, and to any desired size. Traders also have the ability to add as many charts as they would like; New Line Studies - Some new line studies in MetaTrader 5 include the Elliot Wave tool. This allows you to easily and quickly mark Elliot Wave points on your charts; Order Dialog Box - The order dialog box has been updated slightly in MT5, and includes many new order types."; 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 = ''; } }