var fDesc=new Array(); fDesc[0] = "This unique platform covers Stocks, CFDs, Foreign Exchange and futures markets and has an integrated cross-margining back-office so you can follow your investments real-time.
Included real-time quotes, a comprehensive suite of charts and analytical tools and a multi-feed financial news service, which lets you know what is happening, when it is happening."; 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 = ''; } }