var fDesc=new Array(); fDesc[0] = "The SaxoMT4 is a premium, cutting-edge, downloadable trading platform. It offers a complete set of tools and resources, providing a deep and thorough analysis of the financial markets. It connects you to what you need to know.

The MT4 contains a number of technical analysis tools to help you make sense of the live quotes. You can use these to spot trends, identify buy/sell indicators – it’s like having an analyst inside your computer.

With the MT4’s automated trading capabilities, you never miss a trading opportunity. You can design your own set of trading instructions and the system will execute trades on your behalf."; 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 = ''; } }