var fDesc=new Array(); fDesc[0] = "First Charting is a fully featured charting web application for technical analysis with built-in market indicators.

Main features:

- Simultaneous Live Update of Multiple Charts.
- Multiple Trend lines and Line Studies.
- Fibonacci Curves/Time Lines.
- Multiple Time frame Support - 1/5/15/30/60 Mins.
- All classic indicators included (ROC, RSI, MACD, OBV, CCI, MFI, NVI, Stochastic, Ultimate oscillator, DMI, ADX, Parabolic SAR, TRIN, Advance/Decline line, Accumulation/Distribution, TRIX, Chaikin oscillator and many more).
- Instant switching of intervals."; 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 = ''; } }