var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[3] = "still in development demonstrating the capacity and the desire of the user to create the perfect browser. There are many packages available covering practically every Windows, Mac and Linux Operating systems."; fDesc[4] = "shows all the key indicators and their values on the Hard Drive Disk and indicates the general Health Status according to the values retrieved by the utility."; fDesc[5] = "activity, an extensive set of technical indicators, own programming language and an opportunity of automatic trading."; fDesc[6] = "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[7] = "new strategy, testing it and executing it for you. You can create your own exit and entry rules with the help of the strategy wizard. Around sixty functions and indicators help you make your decision more effectively."; fDesc[8] = "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[9] = "provides back tester, optimizer, charts, journals, statistics. The program?s automatic system generator build a profitable strategy in minutes."; fDesc[10] = "designer to create new scorecards with categories and goals, calculate the total performance within each category."; fDesc[11] = "Development Goals and other national priorities. DevInfo can work as a desktop as well as a web application. It provides support for standard and user-defined indicators, multiple languages, unlimited number of levels of geographical coverage and data export to XLS/CSV/XML files."; fDesc[12] = "networks including the volumes of traffic with four simple graph mode indicators. The program works on any Windows’ network connection and NetGraph – network monitor 2.0’s four modes include 2 snapshot modes and 2 graph modes."; fDesc[13] = ", animated tickers, programmable technical analysis stock charting. Over 120 indicators. Read free Internet data, other formats."; 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 = '...'; } }