var fDesc=new Array(); fDesc[1] = "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[2] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in."; fDesc[3] = "space. The speciality of this clock is its speaking capability. This clock can tell you the time in more than 30 languages. You can use the global hotkeys Ctrl+Alt+S to know the time, without moving your cursor."; fDesc[4] = "who spend long hours in front of the computer reading e-mails, e-books, and all sorts of texts. This program can read aloud any piece of text from the most widely used formats, to clipboard content, making use of a wide number of voices compliant with SAPI4 and SAPI5 standards."; fDesc[5] = "practicing can provide great results. EyeSpeak by Visual Pronunciation Software is an application that was developed to help all people who try to speak English correctly and without accent. The program is perfect for students and businessmen."; fDesc[6] = "tools you need to experience real language the way it is used by native speakers in a fun, interesting environment. Learn listening, reading, and speaking skills quickly and easily with our immersion approach and speech recognition technology."; fDesc[7] = "practice through a large amount of sample questions.\""; fDesc[9] = "voice and compare with the original sound, and improve your pronunciation. (Support mp3, wma, mpeg, avi...)"; fDesc[10] = "You can have the time announced to you in over 8 languages"; fDesc[11] = "use it before tripping to a Spanish-speaking country or community, or as a refresher tool if you already speak Spanish. The tool also can be viewed online at the developer's site."; fDesc[12] = "you need to experience real language the way it is used by native speakers in a fun, interesting environment. With over 9,000 words and a range of activities and games for all ability levels, Teaching-you French will have you speaking and understanding French in no time."; fDesc[13] = "Speaking Mailer solves this problem: You can do some work while the Speaking Mailer will speak to you E-mail messages. You will not listen to advertising signatures in messages Because the Speaking Mailer will filter it. The Speaking Mailer can also fast generate quality-adjustable MP3 or WAV files from E-mail messages for playback on your iPod, Pocket PC, or any other portable music player. The Speaking Mailer is E-mail client style tool for non-stop speak E-mail messages from popular E-mail clients such as Outlook Express or Eudora. The Speaking Mailer has a powerful analysis algorithm of advertising in E-mail messages. You can use Speaking Mailer for viewing,editing and converting E-mail messages from popular E-mail clients. One of base feature is Ability to display the messages saved in separate .eml files as though they were in E-mail client folders. This is very convenient if you..."; fDesc[14] = ", it also reads header and message content and allows you to send speaking (or non-speaking) email messages and attachments"; fDesc[15] = "Express will speak to you E-mail messages. You will not listen advertising signatures in messages."; 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 = '...'; } }