var fDesc=new Array();
fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in.";
fDesc[2] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[3] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions.";
fDesc[4] = "huge amount of different things you can do with this particular piece of software. Khi3 calculator includes a whole collection of auxiliary tools, classified into the following categories: Pro, Astronomy, Geometry, Analyze, Physics/Chemistry, and Others.";
fDesc[5] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!";
fDesc[6] = "It’s not just an ordinary application that makes plotting easier, but also a powerful one that can be utilized even for the superior purposes such as scientific graphics.";
fDesc[7] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools.";
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] = "correction, motor starting, enclosure ventiation and many metric / imperial conversions and constants.";
fDesc[10] = "data. The software has a database which contains a large number of data concerning various modules. These modules are Solvents, Solutions, Elements, Biochemistry, Spectroscopy and Calculations.";
fDesc[11] = "program is what small businesses need in order to create invoices, estimates, packing slips and statements. The software is capable of doing calculations, like adding taxes, total amounts and including discounts. This ensures that you will not make any math errors when doing invoices.";
fDesc[12] = "(and 3D) CAD systems, Imperial and Metric units and many international standards (ANSI, ISO, DIN?.).";
fDesc[13] = "collection of financial calculations tools, organized into the following six categories: Finance, Depreciation, Loan, Schedules-Cash Flow, General, and Advisors. It offers a very intuitive interface and the system requirements are minimal.";
fDesc[14] = "The application is basically a collection of catalogs and an interface for the graphical depiction of the building for which you want to make the U-values calculations. It produces printouts for all reports. But";
fDesc[15] = "camera. The program has a very user friendly interface that is setup in a clear way. There are different windows for different calculations, so there is very little chance of the user not knowing what to do.";
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 = '...';
}
}