var fDesc=new Array(); fDesc[0] = "Trend is a trader's best friend. Enormous profits can be made if one can identify a trend at its earliest stage and be able to follow it with minimum risk. AbleTrend has been designed to do just that. Now with the AbleTrend you will have the power that some major institutions lack.

Main features:

- 100% Mechanical and Automatic
- Universal and Robust
- High Performance
- New Intraday RT AutoScan
- New Comprehensive Tools
- New Advanced Charts
- Each Indicator Is a Strategy
- New Analysis Template
- New Easy User Interface"; 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 = ''; } }