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] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually.";
fDesc[3] = "coordinate plane automatically. It is highly useful for students and for scientific work. It supports a multilingual interface; many languages are included with the installation package and others can be easily downloaded.";
fDesc[4] = "intelligent application specially designed to solve scientific and engineering mathematical calculations, you will find it easier to solve your mathematical problems.";
fDesc[6] = "to graph functions, but you can open examples, demos, and help. You can only perform zoom, change slider values, show axes, copy to clipboard, and play the examples. Examples and demos are for basic functions; two to four dimensions, complex variables, etc.";
fDesc[7] = "perfect for high school and college math students. This utility is feature rich and comprehensive. It plots 2D graphs with comfortable navigation, and it is well suited for math students.";
fDesc[8] = ", perspective drawing, graph zooming, active graph rotation, fogging effect, cubic draw, unlimited space ploting, four view plot";
fDesc[9] = "application, handling all the Probability Combinations for you with Graphing and info. Designed for Windows - optimised for Windows XP";
fDesc[10] = "functions. It is fully customizable, supports wide variety of functions and provides you with great analitical capabilities.";
fDesc[12] = "that allows users to effortlessly evaluate equations and mathematical functions graphically.";
fDesc[13] = "was saved. Fully featured including speech, MDI, OLE, column/ table, graphing, foreign language spell check, handles word & web files.";
fDesc[15] = "Forecast + CPI historical inflation. Statistics, Scientific & Graphing calculator to solve algebraic equations, derivatives and integrals.";
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 = '...';
}
}