var fDesc=new Array(); fDesc[0] = "StreamLine FX MetaTrader is a free to use Forex trader tool.

Main features:
- Complete technical analysis with over 30 indicators and charting tools.
- Handles a vast number of orders.
- Displays and sorts account order history.
- Creates various custom indicators and different time periods.
- Historical price chart data export/import.
- Full data back-up and security.
- Internal mailing system.
- Advanced order types.
- Audio alerts, email or mobile alerts, and pop up window notification alerts."; 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 = ''; } }