var fDesc=new Array(); fDesc[0] = "This is an English dictionary extension for Chrome browser. The app provides a quick reference from different dictionaries. It provides the translation to your native language based on Google translator, the definition with simple English words based on Longman dictionary (LDOCE), the pronunciation based on Howjsay and Marriam-Webster and Oxford, the phonetic transcription based on Oxford, and example sentence for how to use based on Longman dictionary."; 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 = ''; } }