var fDesc=new Array(); fDesc[0] = "Futures Advanced Trader System (FATS) is designed to show you the best available price to buy and sell currently available.

Functions of FATS

- Five market depth, Streaming Speed port of quotes
- Stop Limit, Alert and Stored Order
- Combination of real-time futures and options quotes
- Real-time profit and loss record, combined margin calculation, 'HSI' Delta and HHI Delta positions and account details
- "Hot Key" functions for all Local Futures and Options
- Real time Implied Volatility, Delta, Gamma Vega in options page
- Auction Order
- Global Futures quotes and order function
- Fast Trade
- Quick Trade
- Margin Calculator
- Phillip Advanced Chart
- OCO Order
- Foreign Future Option
- Forex"; 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 = ''; } }