var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "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[6] = "to MouseInfo.getPointerIn fo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL."; fDesc[7] = "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[9] = "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[10] = "without typing errors. ActiveTyping contains a complete typing course with 14 chapters and Numpad course."; fDesc[11] = ", 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[12] = "step-by-step techniques that include keyboard practice, word practice and text practices from the program's databases. To make learning fun, and easier, game lessons are also included for you too."; fDesc[13] = "or practice addition, multiplication, subtraction and division. The application is very easy-to-use, but that does not mean the answers are easy at all."; fDesc[14] = "Interleavewith). You can playback with any video player. The supported image formats are bitmap (BMP) and icon image file format."; fDesc[16] = "participants and then notifies each one via email as to who their partner is. The program is very easy to use, simply select the participants from your em..."; fDesc[17] = "lesson teaches concepts. Practice by clicking operands, or test by typing in answers. Prepare students for algebra and higher math."; fDesc[19] = "nine exercises to prepare for a variety of practical tasks and develop confidence with all the keys on the numeric keypad."; 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 = '...'; } }