var fDesc=new Array(); fDesc[2] = "at startup and main pages, a powerful Search feature, and various reference books and commentaries by reputable scholars. A very comprehensive and easy-to-use version of the Scriptures."; fDesc[3] = "messages in your Gmail Account. With an icon in the system tray lets you know if you have unread messages, and shows you their subjects, senders and snippets, all without having to open the web browser."; fDesc[4] = "casual game is based on the homonym Fox television show being Jeff Foxworthy the host in both. As you may know, players are assisted by fifth grader when answering questions suitable for children in the first to the fifth grade."; fDesc[5] = "and inside/Outside edge"; fDesc[6] = "topic specific and include economics, biology, medicine, linguistics, banking, equipment and technology and many more important subjects."; fDesc[7] = "(\"anaglyphs\") that appear in simulated 3D when viewed through special glasses with one red and one blue lens."; fDesc[8] = "information about classes, subjects, attendance data, score and others. This program is intended for teachers of any grade level and institutions."; fDesc[9] = "of all ages a fast and easy way to have fun and improve their Spanish."; fDesc[10] = "ages a fast and easy way to have fun and improve their French."; fDesc[11] = ", cinema, and more. Its graphics and sounds are poor but the basic idea is fun, better if you play it with a group of friends."; fDesc[12] = "game. The program comes with different games for the different subjects to learn. Each game waits for the children to match the expected pair of subjects and make them disappear from the main window."; fDesc[13] = "Beyond the Basics. Below each category you’ll find several subjects and each subject displays a card-style entertaining lesson. After the lesson you have the possibility to take a quiz to check your knowledge on the matter."; fDesc[14] = "programs. It is a set of help files or ebooks that could serve as a good textbook on Civil Engineering. I would recommend this software and the addons to someone who is studying the subjects, to get a better understanding of the matter. The ebooks are really great."; fDesc[15] = "subjects from early years to year 10. Has auto generation, spell check, multi teacher merge, photo & School Reports Manager."; 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 = '...'; } }