var fDesc=new Array(); fDesc[1] = "beautiful heart shapes spread everywhere around the red roses. It shows all screens one by one.It has a convenient graphic editor which allows you to insert any picture of your choice in the screensaver."; fDesc[3] = "securities from the Internet. Also provides such features as multiple symbol categories to organize your tickersymbols, dyn..."; fDesc[4] = "monitor and analyze their stocks, mutual funds, and other investments with a wide variety of easy to use graphs and reports. Fund Manager makes keeping track of your investments easy by offering convenient features such as powerful price and transaction importing features as well as single push button price updates from the internet. Fund Manager makes tax time a breeze, and offers many graphing and reporting options that allow investors to conveniently get an insight into how well their investments are performing. This is a minor update for the internet quote servers."; fDesc[5] = "bring your data up-to-date simply instruct MLDownloader to perform a data collection for an individual symbol or a symbol list-"; fDesc[6] = "investing or an experienced trader, TradeTrakker will help you monitor and analyze your stock and mutual fund positions, providing powerful insight into how well your investments are performing."; fDesc[7] = "passes the data into your TA-software, and allows you to download data from over 50 international exchanges. This breadth of financial data was heretofore either unavailable to the individual investor, or required a serious monthly financial commitment to secure. With DataBull, you can download an unlimited amount of data. All downloads can be scheduled. In one click DataBull downloads, converts and passes the data into your TA-software at high speed. DataBull writes the data automatically and directly to your TA-software without using other data converters. DataBull produces data output in MetaStock-format, .PRN-format, ASCII-format and Excel. This makes DataBull compatible with most TA-software such as AmiBroker, MetaStock, TradeStation, Advanced GET, StockGuru, Elliot Wave, OmniTrader, Hermes(.prn - ascii), Wall$treet, Homebroker, Excel, etc. DataBull's major features are: Automatic..."; fDesc[8] = "on neural networks and modern signal processing. A large database with stocks, mutual funds and indices is available for free. Try free 30 days!"; fDesc[9] = "Astrology. Createreports for stocks, bonds and mutual funds. Choose any date between 1900 and 2099 for your trades. Get the edge you need to finally crack Wal..."; fDesc[11] = "stocks and indices traded at US stock exchanges."; fDesc[12] = "publicly traded in US, Canada and international markets."; fDesc[13] = "investment. Includes quizzes on Home Financing, Stocks, Bonds and Mutual Funds."; fDesc[15] = "Numerology you can numerologically calculate odds of buying or selling any stock or mutual fund at any time! Easily customizable, with lots of options to accommodate both novice and experience users - it is clearly the tool you need to succeed."; 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 = '...'; } }