var fDesc=new Array(); fDesc[0] = "Successful traders and investors understand that superior technology and lower trading costs can result in greater returns. For 34 years the IB Group1 has been building electronic access trading technology that delivers real advantages to professionals worldwide. With consolidated equity capital of over US $4 billion, IB and its affiliates exceed 1,000,000 trades per day. Discover some of the reasons why professional traders and investors choose IB."; 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 = ''; } }