var fDesc=new Array(); fDesc[1] = "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[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] = "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] = "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[5] = "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[6] = "unique features to help experienced typists type even faster. New features for Teachers/Schools."; fDesc[7] = "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[8] = "typing games."; fDesc[9] = "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[10] = "using your own computer in a practical and fun way, typing games included!"; fDesc[11] = "about European countries. As in the rest of the games of the series, Europe Geography Tutor can be used in three different ways; it includes a browser, and two game modes."; fDesc[12] = "continent. The interface is very simple, showing an interactive map, plus the necessary options and buttons to play the games without any difficulties. African Geography Tutor is freeware, so it can be used without any restrictions."; fDesc[13] = "learn the names and locations of the 48 states of the USA. It is only 500KB in size, safe to install, and can be freely downloaded from the developers’ site."; fDesc[14] = "use this game just as a game or you can use it as a program to improve your Blackjack skills. The application will display many different Blackjack strategies and you will be able to pick one of them."; 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 = '...'; } }