var fDesc=new Array();
fDesc[1] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics.";
fDesc[2] = "file to all popular video and audio formats with great accuracy and fidelity. But with this amazing tool, you will also be able to do many other tasks just like: Extract pictures from video files, edit your videos with powerful video editing tools, convert video files to audio formats, etc.";
fDesc[3] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[4] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text.";
fDesc[5] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original.";
fDesc[6] = "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[7] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use.";
fDesc[8] = "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[9] = "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[10] = "and accuracy, and is targeted at beginners and those with some experience alike. This free program is extremely easy to use and includes exercises for all levels of skill.";
fDesc[11] = "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[12] = "(the file size stated is for the second one). The keyboard layout can be in English,German, Swiss, Russian, Czech, Slovak, etc. The company is willing to provide new layouts for other languages if we contact them. The download trial version has 15 free typing lessons.";
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] = ", creativity and communication skills at all levels. Ideal for anyone looking to improve their typing speed and accuracy, Teaching-you Touch Typing is like having your own personal tutor, but at a fraction of the cost.";
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 = '...';
}
}