var fDesc=new Array(); fDesc[1] = "Using this software, you will have access to a lot of different typing exercises that will improve your skills. The program has got a friendly interface that will guide all users on how to complete the lessons."; fDesc[2] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[3] = "speed. TypingMaster is a great tool when you are learning typing because it can help you to improve your typing speed by means of lessons, advices and advanced tests."; fDesc[4] = "minute rate on your keyboard. Now you can improve your typing speed and accuracy level by practicing texts. By default it comes with many test texts but you can type your own text and include the same in the default texts."; fDesc[5] = "most frequently used words, thus saving us much precious time. For security reasons, the dictionaries are encrypted; and for the same security purposes we can add those words that we do not wish to be suggested (like passwords, for instance)."; fDesc[6] = "master the blind typing method. The features of the program are the easy and stylish interface, the sequential learning process with free choice of the program modes, the background music and the user-friendly help."; fDesc[7] = "Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[8] = "This software teaches us how to type without looking at the keyboard. It features three levels, beginner, medium and advanced, so we can start learning from zero or just training our fingers for a faster typing."; fDesc[9] = "looking to improve this essential skill. Kiran’s Typing Tutor is the right program for those who want to learn to type quickly and in an efficient way, as it includes a number of lessons, tests and games, and all for free."; fDesc[10] = "and practical lessons in order to perfect your typing skills; it doesn't matter if you are a beginner or an expert typist, a child or an adult, with this program for the whole family, everybody will enjoy and learn to type in a faster way."; fDesc[11] = "Personal Instruction * Practice Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[12] = "and with great speed. It does this by providing a variety of methods which keep the interest of the user, including lessons involving simple key sequences for beginners and full paragraph writing practice, based on the \"Alice in Wonderland\"."; fDesc[13] = "interfaces for different age groups and abilities. There are over 221 lessons and 103 custom lessons included in the Mavis Beacon Teaches Typing Deluxe 17.0 program and ergonomic evaluation videos are included."; fDesc[14] = "uses the method of touch typing, which consists in typing using the ten fingers without looking at the keyboard. The program is simple, very easy to use, and aims at training users through a simple and effective game."; fDesc[15] = "this software, you will be able to test your typing skills and to practice to get your skills improved. The program has got a friendly interface that will guide all users on how to test their skills and how to do some exercises to improve."; 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 = '...'; } }