var fDesc=new Array(); fDesc[0] = "ABBYY Lingvo x3 is an effective solution for learning the meaning of new words or phrases, memorizing them and improving your pronunciation. You can choose a version according to your needs: English-Russian version, European version (which provides Russian to English, German, French, Italian, Spanish, Portuguese and back translation) or Multilingual Version (which delivers translations from Russian to 11 languages and back).
ABBYY Lingvo x3 includes more then 1.655.000 headwords and phrases and a great collection of 152 dictionaries. If Lingvo x3 doesn't have the word you want to translate in its local dictionary, you can always install an additional dictionary or search for translation in the Web.
What is more, this version of the program provides an ability of referring to Wikipedia, applying to the translation service or searching for the word translation on the ABBYY Lingvo web forum.
Such popular features as Lingvo Tutor function for learning languages and pop-up translation by pointing the cursor are also realized with Lingvo x3. This program includes not only pronunciation of foreign words, but also 6 audio phrasebooks including the Chinese phrasebook. Typing foreign words you can use the virtual keyboard."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }