var fDesc=new Array(); fDesc[0] = "This is a viewer app for the Longman dictionary of contemporary English. Good for teachers who want to generate a list of the most common uncountable nouns, most common informal words, most common American words, words related to business, food, technology, etc. Just start typing and you will immediately see a complete list of search results, including inflected forms, collocations, idioms, phrasal verbs, Activator entries, etc. — even if you type an incomplete phrase. LDOCE5 Viewer is better at finding what you’re looking for than the original LDOCE software."; 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 = ''; } }