var fDesc=new Array(); fDesc[1] = "saves your daily reading to audio files for download to your portable player. Supports Natural Voices."; fDesc[2] = "your driving skills in difficult conditions. Realistic settings, various obstacles and all these are in full 3D!"; fDesc[3] = "Canada without having to connect to the Internet. Take the software along with your laptop while you drive. The spoken instructions and street names help you find your destination with easy, and with the automatic redirection is very easy to return if accidentally passed a turn."; fDesc[4] = "be in any desired file format such as .MP3 or .WAV. The software is available in two flavors, namely personal and professional, and as the name suggests the professional version is meant for the advanced user."; fDesc[5] = "the spoken commands to run programs, interact with Windows and dictate words into word processing programs, such as WordPad, or to fill out on-line forms. Voice and Speech Recognition can also be used to edit text on the computer. It comes with a speech training tutorial."; fDesc[6] = "that lets you listen to documents, e-mails or web pages instead of reading on screen."; fDesc[7] = "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[8] = "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[9] = "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[10] = "along with their meanings in Italian. The MS Agent will always be there to help users, reading the articles inserted by them."; fDesc[11] = "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."; fDesc[12] = "portable music player for your own personal use while away from home."; fDesc[13] = "to news, emails, website content or other writings while you are busy with other tasks. It can record the resulting audio to MP3, WAV, OGG files, among others."; fDesc[14] = "Russian language. With Learn To Speak Russian, you can now learn Russian right at your computer while attending to other stuff: the basic vocabulary with pronunciation are presented on a small screen, without distracting you. You can learn Russian words, phrases, idioms and expressions easily."; fDesc[15] = "and pictures. We have included phonetic writing in English as well as spoken text in this program."; 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 = '...'; } }