var fDesc=new Array(); fDesc[1] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event."; fDesc[2] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use."; fDesc[3] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!"; fDesc[4] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one."; fDesc[5] = "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[6] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[7] = "download the core software and add the language packs you need, choosing from an amazingly wide list. Both the core software and the language packs are absolutely free."; fDesc[8] = "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[9] = "best. It has a collection of \"players\" or the playing styles arranged in order of their rating. All the Grandmasters are in the list. If we win a game, our rating increases and vice versa."; fDesc[10] = "teaching method, without staffs and other things that maybe you don’t want to deal with. It’ll show you where to put each finger and on which string to play the melody you want to learn. This software is freeware, lightweight, and runs on Win98/98SE/Me/2000/XP."; fDesc[11] = "huge of common words, phrases and strange words with their meanings. Most importantly for the users, there is an animated agent to speak all such words."; fDesc[12] = "computer while doing other work. It is pretty easy to use and helps you in improving your spoken Spanish and building your vocabulary. It provides you with a Reader Angel, a Dictionary, a vocabulary learning tool and a conversation learning tool."; fDesc[13] = "Market\", that is the place where banks and other institutions facilitate the buying and selling of foreign currencies. The interface will show you the values of the different currencies. Your goal is to buy and sell those currencies, trying to obtain some benefit from your transactions."; fDesc[14] = "There is an MS Agent which with an animated character guides users by pronouncing and speaking various German words along with their meanings in English."; fDesc[15] = "to use and enables you to you to learn Japanese at your computer while doing other work. It provides you with a Reader Angel, a Dictionary, a vocabulary learning tool and a conversations tool."; 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 = '...'; } }