var fDesc=new Array(); fDesc[0] = "You can extend the power of X_TRADER Pro with the X_TRADER API (XTAPI). By tapping into the XTAPI, you can develop custom add-on applications that enhance your electronic trading strategies. Applications developed with the XTAPI can receive real-time market prices and updates, submit and execute orders, receive order and fill information, manage orders in the X_TRADER order book 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 = ''; } }