var fDesc=new Array(); fDesc[0] = "REDIPlus provides a single platform for seamless order routing of Equities, Futures and Options across the Americas, Europe and Asia. Portfolio Trader provides institutional traders with the workflow tools, analytics and global reach to execute portfolios of securities seamlessly across asset classes. You can trade single contracts and complex spreads in the Option Series window and more"; 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 = ''; } }