var fDesc=new Array(); fDesc[0] = "eSignal's trading integration feature allows us to join forces with FXCM to offer Forex traders one of the best, most flexible, real-time trading experiences available. eSignal OnDemand – Forex for FXCM brings together into one trading platform, eSignal's reliable, streaming market data, charting package and customizable formulas with FXCM's direct access execution that makes placing a trade not just painless but immediate -- no time-consuming switching from application to application."; 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 = ''; } }