var fDesc=new Array(); fDesc[0] = "easeDictionary© is a modern on-fly dictionary for the translation of words and phrases, that is based on the newest technologies. He allow without additional efforts not only to know the value of unknown word but also to wire for sound him. Just point a mouse on an unknown word, to get the desired result. It incredible ease, convinced and you herein!"; 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 = ''; } }