var fDesc=new Array(); fDesc[0] = "Unlike our other translators, the Home Edition version has simple Automatic translation, no text formatting of any kind, and limited compatibility with MS Word (it loads MS Word files, but does not preserve their format when translating them); it is a reduced version (in both functionality and database size) of our flagship translators, but there is nothing in the market today resembling the contextual automatic translation available in our Translator Home Edition. It has an unabridged bilingual spell checker, text pronunciation in both languages, a new printing facility which allows you to print the source and output texts alternatively, and a smaller but great collection of entries, idioms, adverbial phrases and more. Great for home use and for everyday, tight spot solutions."; 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 = ''; } }