var fDesc=new Array(); fDesc[0] = "MetaServer RT DDE version records quotations from any DDE-source and update charts of TradeStation2000i/ProSuite2000i Products or MetaStock 6.52/7.x/8.x/9.x/10.x (eSignal version) in real time. The DDE Dynamic Data Exchange protocol is used by many data vendors including ActivePlus/WinBis, Bloomberg, CQG, Fainex, MetaTrader 3 and 4, OASE, Reuters, Sfinx NDK, TFD/EuroBench etc. but this is just a few of the existing data vendors utilizing the DDE protocol in their services."; 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 = ''; } }