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] = "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[3] = "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[4] = "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[5] = "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[6] = "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."; fDesc[7] = "seamlessly integrates with virtually ALL Windows applications."; fDesc[8] = "keys. AST also includes new and unique features to help experienced typists gain greater speed."; fDesc[9] = "of skill levels, from the basic to very advanced. Text-typing exercises are arranged in 20 lessons. Learning is backed up by ed..."; fDesc[10] = "small and easy to use. The main advantage of using the Super Typing Wizard is that besides increasing the user’s typing speed, it is also very effective in tracking and monitoring the typing accuracy of the user."; fDesc[11] = "same way, but system-wide (you can take advantage of it in any program). It works by replacing a single word with a predefined phrase. It's up to you to build the list of replacements that may fit your needs."; fDesc[12] = "you type, automates difficult and repetitive typing tasks, supports multiple clipboards and all other solutions to give you accurate and fast typing."; fDesc[13] = "This application features a unique method based in mental calculation that improve learner's capabilities to solve any type of Math problems at ease, without the need of calculators or pen and paper. This program is suitable for children and adults alike."; fDesc[14] = "help you. The pop-up list window with suggested words protects you from making typing mistakes."; fDesc[15] = "speed !"; 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 = '...'; } }