var fDesc=new Array(); fDesc[1] = "charting software is ChartNexus. The software has a multi-window charting system allowing the user to arrange the chart in the desirable manner and also features world indices."; fDesc[2] = "securities data, research and analysis capabilities. Includes all of the features to help you make money in the markets."; fDesc[3] = "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[4] = "designed with the novice in mind -- not just the novice investor, but the novice computer user. We've included many features to allow easy, efficient analysis of stocks, as well as importing of data, web interface and much more. this program helps you identify good companies to invest in, as well as when to invest in them. The Investor's Toolkit is the official stock analysis program of the NAIC (National Association of Investors Corporation). It automates procedures that NAIC investors have performed with incredible results for nearly half a century. If you've ever invested according to the NAIC philosophy and methods, then you'll appreciate what this software enables you to do: perform the same analysis in ten easy minutes that used to take you over an hour."; fDesc[6] = "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[7] = "advanced portfolio optimization and risk management algorithms, based on the latest achievements in portfolio theory."; fDesc[8] = "the strategies of the all time investing greats (Buffett, Graham, Lynch, etc.)."; fDesc[9] = "can create reports on individual properties and give information on entire portfolio totals."; fDesc[10] = "cellular/handy phone) when stock values exceeds or drops below the certain limit. You will be informed of market movements when you need to be."; fDesc[11] = ", commodities, forex, futures and t-bonds trading become unexpected effective. EOD data in csv and prn formats."; fDesc[12] = "premier feature is Point & Figure Chart. It is implemented with classic scale ad custom scale. and much more."; fDesc[15] = "for real estate investors. Now you can have all the power you can handle with a low budget cost."; 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 = '...'; } }