var fDesc=new Array();
fDesc[1] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities";
fDesc[2] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions.";
fDesc[3] = "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[4] = "via USB cable. This program lets you manage data on your TI device. There is the possibility to backup, create, and access your device content.";
fDesc[5] = "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[6] = ", ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN.";
fDesc[7] = "to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion.";
fDesc[8] = "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[9] = "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[10] = "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[11] = "their objectives. This program have all what you need when talking about calculations. Download it and you wont regret , enjoy!";
fDesc[12] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator.";
fDesc[13] = "program will classify the IP automatically. You can select address types from class A, B, C, and D, determine the number of subnet bits to use when creating the subnet mask, check the information of the current IP address scheme, and show the route and super net address range.";
fDesc[14] = "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[15] = "and can be easily used by anyone who has had experience with real ones. Apart from the basic functions it includes several applications as well, such as a constants library, a time value of money solver, and a wonderful unit converter.";
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 = '...';
}
}