var fDesc=new Array(); fDesc[0] = "MTReport helps you to analyse your trading strategy. There are eight different views of your trades, including a screen to test your money management, and a simulator to learn about your strategy. Works with MetaTrader 3 and 4, with live, demo, or StrategyTester reports. Graph distribution of times of days, unique feature. Summary with lots of info, both in pips and in dollar amounts."; 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 = ''; } }