var fDesc=new Array(); fDesc[1] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor."; fDesc[2] = "island of Pixelus. An old priest asks him to repair the floor of the Temple of the island, saying that Pixelus´ gods are upset for the condition of the floor. If this is your first time with this game, you will be taught by the Cyclop how to play it."; fDesc[3] = "very distinct as compared to the rest, Agent supports vEnc encoding and along with that it joined multi-part binaries. It is among the first group to do that. It has a vast set of commands that can be used for searching, filtering and navigation."; fDesc[4] = "troubleshoot the electrical circuits. So if you are an electrical field student, professional electrical engineer or if you just want to learn about electrical circuits and troubleshooting techniques as a hobbyist then this training software is for you."; fDesc[5] = "program offers a scales and chords pattern with the opportunity to hear their sounding. All necessary view windows are located in a window for your convenient."; fDesc[6] = "reserve income for various expenses, a proven and well taught concept. Easy one line transaction entry, credit cards, asset..."; fDesc[7] = "elements, atoms and molecules, word equations, chemical symbols, Periodic Table, chemical formulas, balancing chemical equations."; fDesc[8] = "learning program divided into thirteen lessons, each displaying the following sections: Letters, Writing, Reading, Listening, and Multiple Choice."; fDesc[9] = "support users need, mainly those who play, or want to play, the piano or keyboard. Users are presented with an easy to use interface that provides them with exercises and animations."; fDesc[10] = "opportunity to explore the School of Witchcraft and Wizardry. You will be transported to a magical place where anything can happen. When you arrive to the Great Hall, where all the students get together when they are not studying, you will see a majestic fireplace."; fDesc[11] = "boks of the Bible and offers deep thoughts and reflections about the Word of God from one of the most outstanding Methodist theologists in history."; fDesc[12] = "on the New Testament. The aim of this work is to explain the Word of God to common people and not to the learned, academic readers. Thus, it can be very useful for preachers and clerics to prepare their sermons, as well as for people wanting to better understand the Scriptures."; fDesc[13] = "every kid in the world. Studying it from a book was really hard and I forgot most of what I learned, but with applications like this, learning Morse code is really easy. MorsePlay consists of a single window with three panels."; fDesc[14] = "that words will be recognised by the game dictionary. When a word is spelled correctly a score will be awarded."; fDesc[15] = "retention at a level of subconsciousness (light stimulation, binaural effect). Gaming technique. The dictionary and sound editors."; 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 = '...'; } }