var fDesc=new Array(); fDesc[0] = "Translate plus is the convenient translation system for text, email, and web pages. Ideal for everyday private and professional translations. The technologies and features of the TranSelect and TranslateDict enhance not only translating convenience, but also the quality of your translation.
Translate plus is an advanced and fast translation module, a dictionary which is extensive and edited carefully, a sentence archive (Translation Memory) as well as numerous auxiliary functions support your day to day 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 = ''; } }