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] = "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[3] = "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[4] = "Windows is your personal typing tutor featuring 5 typing courses, tests, personalized reviews, games and much more."; fDesc[5] = "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[6] = "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[8] = "features three levels, beginners, intermediate and advanced.It provides an enjoyable way for us to improve our speed and accuracy while travelling along the world, visiting the Wild West, Erik the Viking and the Sea Adventure."; fDesc[9] = "accuracy. Your typing can be as easy and fluid as speaking while causing you to finish writing tasks with higher efficiency. Creating reports, emails and presentations will be done more quickly, giving you extra time in your day."; fDesc[10] = "typing games."; fDesc[11] = "English and Arabic Layouts. Help files are also available in Arabic and English. This software is designed to give us the opportunity to learn Arabic touch typing."; fDesc[12] = "provide diversified and effective training. An intelligent free writing mode is available. The programme is server and network compatible."; fDesc[13] = "wanting to learn and practising touch typing with both speed and accuracy.We can buy the product on-line and save money if we select the \"Download\" option."; fDesc[14] = ", creativity and communication skills at all levels. Ideal for anyone looking to improve their typing speed and accuracy, Teaching-you Touch Typing is like having your own personal tutor, but at a fraction of the cost."; fDesc[15] = "skills in just few days. It contains around 20 lessons designed for beginners and experienced typists. It can also detect your average typing speed. It also allows you to use US Dworak and US Standard keyboard layout."; 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 = '...'; } }