var fDesc=new Array();
fDesc[1] = "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[2] = "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[4] = "multimedia gives you full relevant information. There are a lot of videos, animations, maps, photos and scrolling multimedia presentations. Researcher tools will help you to combine notes and images so you can create reports and projects.";
fDesc[5] = "really amazing in You will find all the information that you need, there are different topics such as people, environment, politics, that will let you have a full picture of the place you are looking up.";
fDesc[6] = "functions and the first two derivatives extremely fast and accurately, finds extrema of the function.";
fDesc[7] = "this program to help them with projects ranging from simple calculator operations to high-level software development. Mathematica for Students can help students to complete their homework and to perform symbolic as well as numeric computations";
fDesc[8] = "and ask the program to solve it. It will do, and will explain every step of the solution. It can also graph any function you ask. This program can be used by algebra students to supplement in-classroom learning or assist them to complete their homework.";
fDesc[10] = "get to know what our children are searching for on the Net, view their send/received e-mail/instant messages, chat, etc. We can view the reports on Web activity, instant message activity, social networking profiles, and instant message alerts.";
fDesc[11] = "exams. You can even export these documents to Rich Text Format, allowing you to share them with colleagues or friends who don“t own Scientific Notebook.";
fDesc[12] = "the power to share an Internet connection while dictating what information and content is available.";
fDesc[13] = "records total study time. The program displays the amount of time required to prepare for class each day.";
fDesc[14] = "is very intuitive and easy to use, specially designed for beginners. Setting an event in the calendar is really simple, and you can also create a reminder of that task directly from there, which you can later edit or remove from the Reminders tab.";
fDesc[16] = "types of statistical problems providing step-by-step solutions so they can easily understand them and learn. These solution can be printed, saved to a text file or copied to the clipboard to take them wherever you want.";
fDesc[18] = "test you. The program has intelligent functions that help you focus on words you don't know so well.";
fDesc[19] = ", Pictures, and URL's. Record Audio and Insert files from other applications such as Spreadsheets and PDF.";
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 = '...';
}
}