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] = "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[3] = "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[4] = "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[5] = "Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only.";
fDesc[6] = "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[7] = "and practical lessons in order to perfect your typing skills; it doesn't matter if you are a beginner or an expert typist, a child or an adult, with this program for the whole family, everybody will enjoy and learn to type in a faster way.";
fDesc[8] = "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[9] = "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[10] = "seamlessly integrates with virtually ALL Windows applications.";
fDesc[11] = "keys. AST also includes new and unique features to help experienced typists gain greater speed.";
fDesc[12] = "a good typing program to help the cause. This is a free program, which basically measures the typing speed on a daily basis and tracks the improvement as time progresses.";
fDesc[13] = "small and easy to use. The main advantage of using the Super Typing Wizard is that besides increasing the user’s typing speed, it is also very effective in tracking and monitoring the typing accuracy of the user.";
fDesc[14] = "same way, but system-wide (you can take advantage of it in any program). It works by replacing a single word with a predefined phrase. It's up to you to build the list of replacements that may fit your needs.";
fDesc[15] = ", intermediate and also for experts alike. Typing Pro helps the user learn typing in the methodical way. This tool is effective to increase users typing speed three to five times more and improves the accuracy rate. Typing Pro helps to learn typing techniques in English, Spanish or French.";
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 = '...';
}
}