var fDesc=new Array(); fDesc[0] = "Standard FX Trader provides a multi-faceted forex trading platform that was designed with the needs of this new and growing market sector in mind. It is simple, flexible and user-orientated.
With our technology, you can be in total control of your trading experience. The platform has many features that are uniquely suited to your trading needs."; 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 = ''; } }