var fDesc=new Array(); fDesc[1] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions."; fDesc[2] = "a lot of great mathematical and conversion functions which are not easy to find all in one program.You can choose from three types of calculators: the standard, scientific and the conversion calculator."; fDesc[3] = "added to this calculator a lot of features that the standard windows calculator does not have. This calculator is very useful and will obviously calculate at the same speed your standard window calculator does."; fDesc[4] = "Enter. You can see clearly what you typed along with the result in the scrollable display. That is faster and more convenient, isn't it? You can also paste the expression from the clipboard, that you copied from somewhere else. And, you can quickly copy the last calculation result to the clipboard using Ctrl+R"; fDesc[5] = "combines all the features of a professional mathematics package with the simplicity of an easy to learn windows interface. It provides user-friendly help and tutorials to guide you through the easy and fun process of mastering GraphCalc."; fDesc[6] = "calculator. You can select from two styles of algebraic input or RPN. DreamCalc comes with a full range of scientific, statistical and financial functions."; fDesc[7] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!"; fDesc[8] = "code calculator, resistor in series calculator, LED series resistor calculator, capacitor code calculator, capacitors in series/parallel, capacitance unit calculator, capacitor“s charge and energy, inductor code calculator, power, frequency and reactance calculator."; fDesc[9] = "unlimited (in the free version only 5) fields for expressions. The program can save your results to disk for further using. Smart Math Calculator is a good replacement for the standard windows calculator."; fDesc[10] = "most computers and enhances the tools accessible to the user. Standard to SkinCalc are basic arithmetic functions, as well as additional tools such as square, square root, reciprocal, and a drop down menu of units."; fDesc[11] = "operands containing thousands of digits and still giving very accurate and reliable results, thereby distinguishing itself from the rest."; fDesc[12] = "expressions using user defined functions and variables. Sicyon Lite Calculator has a program mode permitting the user to execute VB scripts in the main window, and comes with a resourceful board browser, and capabilities to tabulate functions in the parametric mode."; fDesc[13] = ", making it a great replacement for your ordinary default calculator. You can see, edit and print the calculations log and support your documents."; fDesc[14] = "solution for calculating the numerical significance of the alphabet. Numerology Calculator 3.4 is based on the two widely used techniques, The Chaldean and the Pythagorean systems of numerology."; fDesc[15] = "resident application at the system tray. The quick access to the calculator is performed through a keyboard shortcut which combines the NumLock key and the division key (/) next to it in the NumPad. This shortcut can be used for both opening and closing the calculator."; 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 = '...'; } }