var fDesc=new Array(); fDesc[0] = "More than 20 languages to find definitions of unknown words or to translate exactly what you need into the good language.Don't loose more time. Copy the word that you want to find its definition/translation and just click onto the gadget without retyping it. it will directly search for you the good definition/translation"; 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 = ''; } }