var fDesc=new Array(); fDesc[0] = "MultiTranse can translate text between various languages such as English, Chinese, Arabic, Dutch, Hebrew, Turkish, and Finnish. It can translate words, phrases, as well as texts, containing up to 6000 symbols at a time using Internet services. MutiTranse will render your words even into non-Latin languages, such as Chinese, Korean or Japanese, provided you have their fonts installed. In case you don't have the fonts, required to display some language, the program can download the necessary fonts from the Microsoft's website, so you won't need to look for the fonts on your own."; 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 = ''; } }