var fDesc=new Array(); fDesc[0] = "Babylon is the world's leading provider of language solutions, such as online and offline dictionary and translation software in over 75 languages in one simple click and is being used by millions of private users and organizations in more than 200 countries and territories.

Babylon maintains the lead with more languages, full web page and document translation and seamless integration with Microsoft Office speller.

Babylon brings the following new features and enhancements: Babylon Live Translation Community, Spelling and Proofreading, Human Voice, More Languages, More Sources, Full web page and document translation, seamless integration with Microsoft Office speller, easier access to dictionaries and encyclopedias and much more."; 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 = ''; } }