var fDesc=new Array(); fDesc[0] = "EFX Pilot 4 is an online trading platform designed for financial institutions dealing with Forex, CFD, and Futures markets.
EFX Pilot 4 Client Terminal has been created to provide trade operations and technical analysis in real time mode, when working at Forex, CFD, Futures financial markets. A wide range of orders allows flexible management of trading activities."; 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 = ''; } }