var fDesc=new Array(); fDesc[1] = "Microsoft Office applications. It includes the following applications: Learning Essentials for Students Learning Essentials for Teachers Learning Essentials Content Development Kit It mainly contain a lot of templates to help students and teachers in school / office work."; 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] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring."; fDesc[4] = "watch different species of fish swimming in a salt or fresh water aquarium with the marvelous background and to listen to the calming sounds of waves and bubbles."; fDesc[5] = "student in a cooking school and your mission will be to complete a series of cooking tasks by following several steps within a given time span."; fDesc[6] = "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[7] = "school and learn to write properly. This software can make the process of learning to spell a lot more fun and dynamic, something that children will appreciate."; fDesc[8] = "mystery and action which takes place in a U.S. High School. Leafmore High School was the typical American High school, with its troubled adolescents, the metal lockers, football team and cheerleaders. But for a while, things have changed."; fDesc[9] = "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[10] = "in order to create a new user account. After that, the game will check your system in order to configure your sound card and preferred instrument to play the songs."; fDesc[11] = "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[12] = "that kids can follow for drawing simple, yet fairy detailed, images. The language of the interface is customizable, allowing you to choose between six different languages, such as English, German and Spanish."; fDesc[13] = "avoid missing important events or tasks. The program includes a scheduler where you can put all your activities and events by day, and the calendars can be viewed by current work week, current week, current month, current quarter and current year."; fDesc[14] = "some forms regarding members, books specifications, books lent and books returned. The program will notify you with all the books' return dates and remind you about the books that aren't returned after the return date."; fDesc[15] = "could be offensive, but it’s pretty innovative, we have to give it that. The game is a collection of minigames glued together into a story about young women creating gangs and “fighting”."; 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 = '...'; } }