var fDesc=new Array(); fDesc[0] = "WinTrend is providing high quality Real-time and Historical Charting and Technical Analysis for the financial markets.

Supports all types of markets: stocks, futures, indexes, spreds, currencies and options.

WinTrend has a very large set of indicators, studies and drawing tools. You can create your own custom indicators and systems using the built-in scripting language or create custom studies using free Microsoft .net competitive compiles . Or use ones developed by other WinTrend users and developers. It is extremely fast with unbeatable speed in all areas.

Whether you are a short-term trader requiring real-time intraday charts and advanced trade functionality or you are a long-term investor requiring only simple charts with basic trade functionality, WinTrend will do what you need and is affordable! WinTrend is being continuously improved and expanded. Come and join us and be a part of our growing community."; 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 = ''; } }