var fDesc=new Array(); fDesc[0] = "Language Engineering Company (LEC) is the world's leading provider of language translation software. LEC supplies translation engines to OEMs, republishers, and distributors in Asia, Europe and the Americas. LEC offers the largest number of language pairs with translation of Arabic, Chinese, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Korean, Persian, Portuguese, Russian, Spanish, Tagalog, Turkish, and Ukrainian. With LEC's Translate DotNet, you can quickly translate e-mails, documents, instant messages, even whole folders of files in any of 21 languages. Translate DotNet offers specialized user interfaces customized for each type of translation task. Premium subscriptions include technical dictionaries to increase accuracy and translation of Word and PDF files.A popular and well-regarded service on Windows for many years, LEC now introduces Translate DotNet for Macintosh X."; 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 = ''; } }