var fDesc=new Array(); fDesc[0] = "ForexTrading-MT4 is a trading platform that offers a complete set of tools and resources providing a deep and thorough analysis of the financial markets. You can design your own set of trading instructions and the system will execute trades on your behalf. It also contains a number of technical analysis tools to help you make sense of the live quotes."; 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 = ''; } }