var fDesc=new Array(); fDesc[0] = "Insider 3000 is one of the best technical analysis software.

Features:
-Real Time: Insider 3000 can receive data in real time, connecting directly with selected data providers, or to any provider with a DDE (Dynamic Data Exchange) interface. This is the most widely used methods by on line Traders. Also via Web Server, like Yahoo, Quotetracker etc.

-Real Time speed: very quick refresh of charts, signals, alerts, indicators, studies, etc.

-End of day: complete with any functionality a trader can wish for, studies, indicators, trading systems.

-End of day data update: Insider 3000 is compatible with all historical data providers whom publish data in Metastock or text format.

-Programming language: powerful and versatile, yet very simple because based on syntax familiar to all Microsoft products users. It allows to build any kind of trading system, indicator, alert, exploration, search, etc. There is also a dedicated built in Editor. The only limit could only be users creativity!"; 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 = ''; } }