var fDesc=new Array(); fDesc[1] = "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[2] = ", only available from the developer’s website. It gives us the opportunity to learn a foreign Language: Spanish, English, French, German and Italian. Depending on our budget and needs we can purchase 3 different products for each Language."; fDesc[3] = "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[4] = "translations; intelligent response evaluation; powerful editor; automatic keyboard & font selection; vocabulary files in 6 languages."; fDesc[5] = "The installation package contains two applications: a multilingual translator, and a multilingual dictionary (English, French, Spanish, Dutch, German and Italian)."; fDesc[6] = "along with their meanings in Italian. The MS Agent will always be there to help users, reading the articles inserted by them."; fDesc[7] = "program displays the words and phrases you are trying to learn, along with their translation. The words are displayed in large letters so you don't have to be sitting in front of your computer while you practice the new language."; fDesc[8] = "language, or download any of the free dictionaries available. There are more than 241 dictionaries in 80 different languages, including bilingual dictionaries, encyclopedic dictionaries, phrase dictionaries, religious dictionaries, audio pronunciation files, and many, many more."; fDesc[9] = "Spanish. Fluency in numbers is often the final hurdle to the complete command of a language. Let Numero Lingo be your tutor."; fDesc[10] = ", Russian word lists. Make your own word lists with the included word list editor and learn them too."; fDesc[11] = "displays a word or phrase, its pronunciation and meaning. A word's pronunciation is played as well. The vocabulary is divided into word files, and organized by topic (weather, jobs, cars, sports, food and so on), common expressions, common verbs, nouns, etc."; fDesc[12] = "and play on the computer , you can master all kinds of Italian words to increase Your Italian vocabulary unconsciously, easily."; fDesc[15] = "learn a large number of Italian words as quickly as possible in a systematic but fun & simple way."; 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 = '...'; } }