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] = "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] = "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[6] = "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[7] = "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[8] = "application. It provides educators with around 6600 learning objects which include images, background, dynamic Flash files, and video/audio files."; fDesc[9] = "and accuracy, and is targeted at beginners and those with some experience alike. This free program is extremely easy to use and includes exercises for all levels of skill."; fDesc[10] = "basics in order to get more and more deeply into this fantastic practice. You will be able to read and play a lot of chords, scales and progressions on a realistic fretboard."; fDesc[11] = "allows you to edit multiple songs and lessons, rate, rename and remove a song or a lesson from the library and much more."; fDesc[12] = "functions. But it can be really useful in schools, universities and other educational institutions. It was developed to help in planning the educational process and creating the lessons timetable for students and pupils."; fDesc[13] = ", and tests for speed reading and understanding. You can create various accounts to work. Each account can be password protected and it will contain the information for the learning progress, revision dates, marks in the books, etc. Also you can import or export accounts."; fDesc[14] = "introduction to Visual Web Developer 2005 Express Edition, and is oriented to people interested in designing and building ASP.NET Web sites. Besides the lessons, the course offers this additional material consisting of 2 ready-to-print documents to have on the desk when you take the lessons."; fDesc[15] = "Edition, and is oriented to people interested in designing and building ASP.NET Web sites. The purpose of Lesson 11 is to begin developing a quiz engine explaining the process involved. Over the next lessons the project will be completed."; 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 = '...'; } }