var fDesc=new Array(); fDesc[0] = "Z.com Trade MT4 is a free-to-use online trading platform for Windows users. The MT4 platform comes with advanced charting tools and a comprehensive suite of more than 50 built-in indicators and tools to support your trading decisions. You can customize popular technical indicators for advanced technical analysis to identify potential trading opportunities, keep up-to-date with customized automated trading alerts, and get free access to our real-time news feed to make informed decisions on market-breaking news."; 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 = ''; } }