var fDesc=new Array(); fDesc[0] = "Lingoes is a dictionary and multi-language translation software providing results in over 80 languages. It offers full text translation, capture word on screen, translate selected text and pronouncing text, and abundant free dictionaries as a new gerenation dictionary and translation software. Lingoes offers users the instantest way to look up dictionaries and translation among English, French, German, Spanish, Italian, Russian, Chinese, Japanese, Korean, Swedish, Thai, Turkish, Vietnamese, Greek, Polish, Arabic, Hebrew and more over 80 languages.
With the creative cursor translator, Lingoes automatically recognizes the word and its definition as soon as you move the cursor and point to any text, then press hotkey. It wouldn't disturb your current work."; 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 = ''; } }