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] = "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[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] = "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] = "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[10] = "except approved to be visited on the computer. Block questionable content from your kids eyes or use the software as a kiosk application."; fDesc[12] = "records total study time. The program displays the amount of time required to prepare for class each day."; fDesc[13] = "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[17] = "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[20] = "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 = '...'; } }