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] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client."; fDesc[3] = "work more efficiently and obtain better results. The package includes Word for word processing, Excel for spreadsheets, PowerPoint for presentations and OneNote for data management."; fDesc[4] = "Sims. The sixth expansion pack for The Sims 2, which is called The Sims 2: Bon Voyage, presents a similar topic to develop. Vacation introduced a new neighborhood, called Vacation Island, where the Sims may take vacations with members of their own family or with other Sims"; fDesc[5] = "will have to order figures so that you can score points and pass the levels. As you keep on passing levels you will be able to use magic to get better and it will be easier for you."; fDesc[6] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring."; fDesc[7] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten."; fDesc[8] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application."; fDesc[9] = "the desired gems that will help you to solve the riddle printed on the map you also found. Arrange in groups of at least three, those tokens with gems on it. All you need in order to play this game is your mouse."; fDesc[10] = "who attend the school by micromanaging a series of interrelated tasks and needs through six school years. You can try this game for 60 minutes before you buy the licensed version. There are some discounts for GameServer Members."; fDesc[11] = "information about classes, subjects, attendance data, score and others. This program is intended for teachers of any grade level and institutions."; fDesc[12] = "application produces personalized report cards in a short time. It uses a set of statements written by the teacher or downloaded from the web which can then be customized to fit every individual student's needs."; 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[15] = "from your homework, tests, degree plan, loans, scholarships, and even your social life. The skinnable interface makes it a fun tool to use."; 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 = '...'; } }