var fDesc=new Array(); fDesc[0] = "The Ong Futures system offers you all the functionality of a successful trading software yet it is easy to deploy and use. Whether you are a professional trader, proprietary trader, institutional trader or hedge fund manager, Ong Futures is the all-purpose trading tool for you. Options Contracts available:
- CME Light Sweet Crude options
- CBOT 10Y options
- CBOT 2Y options
- CBOT 5Y options."; 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 = ''; } }