var fDesc=new Array(); fDesc[0] = "Forex Tester simulates trading in the Forex market. It is designed for you to learn how to trade profitably, and to create, test, and refine your strategy for manual and automatic trading. It comes with various tools to capture historical data and create trading strategies. MQL Converter tool allows you to easily convert indicators and expert advisors from the Meta Trader 4 format to the Forex Tester 4 format."; 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 = ''; } }