var fDesc=new Array(); fDesc[1] = "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[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[4] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor."; fDesc[5] = "the sea. There will be different sea animals like sharks that will come attack him, all you have to do to stop them is to type the letters or words they have written on them."; 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] = "typing games."; fDesc[8] = "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[9] = "suitable code for JavaScript, CSS. HTML and XHTML projects. It includes JavaScript, CSS and HTML references for making easier the deployment of all the necessary code to create web pages."; fDesc[10] = "to MouseInfo.getPointerIn fo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL."; fDesc[12] = "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] = "application is pretty simple in use, contains a lot of tips for those who wants to learn typing. This application can determine what course is the best for you by suggesting you to pass a test."; fDesc[17] = "without typing errors. ActiveTyping contains a complete typing course with 14 chapters and Numpad course."; fDesc[18] = ", which uses a series of typing games that children will love. Typing Tournament is the easiest and most entertaining way of learning and enhancing this essential skill for every day life."; fDesc[20] = "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 = '...'; } }