var fDesc=new Array(); fDesc[0] = "CME Direct is a highly-configurable trading front end for CME Group markets that offers a complete suite of solutions across the trading life cycle. Enjoy integrated instant messaging, a range of analytics and real-time trade flow between your front and middle office for fast, feature-rich and compliant trading."; 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 = ''; } }