var fDesc=new Array();
fDesc[1] = "functions, including hyperbolic, logarithmic, trigonometric and natufal functions. There are not a lot of system requirements needed in order to get this program installed.";
fDesc[2] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files.";
fDesc[3] = "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[4] = "day in order to succeed at business, or in sports, exams or job interviews, negotiating or dating. Be a winner in any situation!";
fDesc[5] = "you get correct results. With Calculator Prompter you can enter the whole expression, including brackets, and operators.";
fDesc[6] = "geographic coordinate systems. TatukGIS Coordinate Calculator supports 24 of the most common projections and 225 data, allowing many different transformations.";
fDesc[7] = "payment frequency. It allows you to compare two loans side-by-side and calculates Principal, Interest, Taxes and Insurance!";
fDesc[8] = "idea about the current humidity level based on parameters like Temperature, Type of gas, type of Physiometric method and many more.";
fDesc[10] = "APR (annual percentage rate). We can use this utility to compare the various offers that we may receive from banks or other financial institutions. This calculator can help us know which loan suits our financial situation better.";
fDesc[11] = ", look no more. You’ve just found the most appropriate tool: MoneyToys Free Loan Calculator. As its name indicates it’s a free application available to be downloaded from the Wheatworks web site.";
fDesc[12] = "estate calculator designed for Windows 95, 98, ME, NT, 2000, XP and Vista systems.";
fDesc[13] = "period of investment. The statistical parameters included in this program are by far of the widest range, compared to other similar software. With the use of this tool, you gain a fair idea whether you should invest in a particular HYIP programme or not.";
fDesc[14] = "normally use a handheld 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 = '...';
}
}