var fDesc=new Array(); fDesc[1] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[2] = "charts. With the help of this software the user can easily modify the looks of the charts as per requirement, by selecting any desired color theme, content, pictures, box borders, number of generations and lots more."; fDesc[3] = "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[4] = "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[5] = "Easy-to-use and versatile Gantt chart designer software. Simple copy and paste into Office documents."; fDesc[6] = "Includes live intraday charting, also works with futures and currency data. Free software from the author of the Hal Spacejock series."; fDesc[7] = ", good/bad day search, clean and intuitive interface"; fDesc[8] = "clarity full-screen charts, relative strength, bullish %, user defined box sizes and trend lines, buy and sell watch lists."; fDesc[9] = "indicators for a single security on the same chart, maintains predefined lists of securities and lets you backtest your investment strategies."; fDesc[10] = ", mutual funds or indices in intraday or end of day chart format."; fDesc[11] = "using COM or .NET technologies. 3DChart uses the OpenGL 3D graphics engine to create sophisticated 2D and 3D charts."; fDesc[12] = ", animated tickers, programmable technical analysis stock charting. Over 120 indicators. Read free Internet data, other formats."; fDesc[13] = "StockChartX as your essential front-end data analysis tool for developing interactive financial apps."; fDesc[14] = "of the most popular indicators for the technical analysis of stocks and commodities. The majority of these indicators act as functions that return an array, which can be used as the input to another indicator or within a user defined formula. This makes it easy for you to do \"studies on studies\" or to develop your own proprietary charting tools. Besides these 50 predefined indicators, you have unlimitted possibilities to create additional indicators. Parity incorporates traditional Open, High, Low, Close charts, Line and Bar charts, Japanese Candlestick charts, Point and Figure charts, Equivolume charts, Horizontal Bar charts, and a Price at Volume chart which is similar to The Crocker Chart. Parity's charting capabilities permit you to graph a security's price, volume and up to nine indicators in a single chart using any combination of stacked or overlapping panes, each of which can..."; 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 = '...'; } }