var fDesc=new Array(); fDesc[0] = "The Language Translator software can actually learn your patterns over time, resulting in progressively better translations. The Translator is more precise than other language translation software. It's an intelligent translation program that works not by interpreting individual words one by one, but by translating text in phrases and sentences, taking grammar and idiom into account. To achieve the final translation, it conjugates verbs, establishes agreement between nouns and adjectives, and reviews language patterns so the resulting sentence is clearly translated. And because the Translator translates whole documents at once, it saves you a lot of time and effort while delivering better translations."; 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 = ''; } }