var fDesc=new Array(); fDesc[0] = "MMA FX is designed for every level of forex trading experience, from novice to professional. Whether you trade in hundreds or in millions of dollars, MMA FX is the trading platform for you. If you are new to the world of FX trading, MMA FX lets you begin with no risk by opening a practice account with all the live features found on our robust full-featured trading platform. When you are ready to begin trading for real, you can open an MMA FX trading account within minutes. If you are an experienced trader, you will find MMA FX's trading platform easy to use and readily adaptible to your personal trading requirements."; 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 = ''; } }