var fDesc=new Array(); fDesc[0] = "AnalyzerXL Pro is an add-in for Microsoft Excel 2010 and 2013, designed to help you create trade systems and conduct technical analysis calculations directly in your worksheets. Technical Analysis is essentially the methods of predicting the price movement through the use of chart patterns and market indicators.

Features:
-The comprehensive Technical Analysis Functions Library for MS Excel.
- Macro creation and management.
- MS Excel environment provides great possibilities for integration with your particular calculations and analysis.
- Various adjustment options in accordance with your preferences."; 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 = ''; } }