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[3] = "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[4] = "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[5] = "functions and the first two derivatives extremely fast and accurately, finds extrema of the function."; fDesc[6] = "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[7] = "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[8] = "records total study time. The program displays the amount of time required to prepare for class each day."; fDesc[9] = "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[10] = "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[11] = "problems, increase your intelligence and wisdom, make money, create new ideas, become a better conversationalist."; fDesc[12] = "is helpful in solving problems based on speed, distance and time,percentage,quadra tic equations,Areas and perimeters,fractions,A rithmetic and geometric progressions,Laws of Sines and cosines,mean and standard deviation."; fDesc[13] = "and solving equations. A step by step explanation of problems concerning fractions,binomials, trinomials etc."; fDesc[14] = ", factorising, simplifying and solving equations. A step by step explanation of problems concerning fractions,binomials, trinomials etc."; fDesc[15] = "eWork. Contains hundreds of homework resources, and a built-in essay search."; 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 = '...'; } }