var fDesc=new Array(); fDesc[1] = "from the stock market and put them directly in your computer desktop, in the moment that they happen. The live gold quotes will appear on your system's tray. Moreover, this program can display the last 24 hours price variations chart."; fDesc[2] = "in the big stock markets of the world whether he is a small investor or a big player of this game. By using this incredible software you can view the last 11 years history of different stock markets in the form of analysis reports and charts."; fDesc[3] = "end-of-day (EOD) data for the most famous world markets. It is ideal for new users with short training time. It is simple and powerful, and absolutely free."; fDesc[4] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game"; fDesc[5] = "different options strategies using real-time options ans stock- market information."; fDesc[6] = "eye on the stock movements in the market. Easy to use tool, designed for traders and stock analysts is the Advanced Analyzer 4.2. The Advanced Analyzer 4.2 helps you to analyze the trends and movements of the stocks by providing comparative charts and graphical trends of the variations."; fDesc[7] = "values and the related information from Yahoo! Finance, so there is a 20 minutes delay. The application is simple to use and offers all relevant stock data."; fDesc[8] = "capability to keep its user updated with any significant events happening at a stock exchange. The Visual Chart application also serves as a wonderful and effective tool for compilation and interpretation of market data and handling the information effectively."; fDesc[9] = "Average, CCI, Williams %R, MFI. 4 build in filters and FREE EOD Data for 38 stock exchange worldwide. FREE Historical Stock Quotes (Prices and Data)."; fDesc[10] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!"; fDesc[11] = "sources: CSV, Metastock database and free online stock quotes. Maximize your profit by predicting the best BUY/SELL moments."; fDesc[12] = "groups of stocks. Monitors stock quotes, percentage change, volume and provides easy access to news, charts and reports."; fDesc[13] = "displays all the FTSE100 and FTSE250 company share prices, plus the FTSE, AIM, Dow Jones, and Nasdaq indexes. See the best time to buy, hold or sell."; fDesc[14] = ", mutual funds or indices in intraday or end of day chart format."; fDesc[15] = "Research, News statistics, Rating news, News Statistics and News Rating Charts. Automatic monitor of more than 8000 stocks."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }