var fDesc=new Array(); fDesc[1] = "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] = "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] = "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[5] = "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[6] = "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[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[14] = "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."; fDesc[15] = "you type them. Improve your typing speed greatly!"; fDesc[17] = "data entry tests. Words per minute/keystrokes per hour aremeasured as well as accuracy. Each test has 2 modes, practice or real. ..."; 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 = '...'; } }