var fDesc=new Array(); fDesc[0] = "Oxford dictionaries for MS Windows present monolingual and bilingual dictionaries and thesauruses containing high-quality dictionary databases from Oxford University Press working under the powerful SlovoEd application engine from Paragon Software (SHDD), a famous provider of dictionary software. English explanatory dictionaries line includes The Concise Oxford English Dictionary and The Concise Oxford Thesaurus Dictionary containing the high-quality dictionary databases from Oxford University Press working under the powerful SlovoEd application engine from Paragon Software (SHDD), the widely-known software providerThe most popular dictionary worldwide. The Concise Oxford English Dictionary is the most popular dictionary of its kind and is noted for its clear, concise definitions as well as its comprehensive and authoritative coverage of the vocabulary of the English-speaking world. Authoritative and up-to-date, this eleventh edition contains over 240,000 words, phrases, and definitions. It offers rich vocabulary coverage, with full treatment of World English, rare, historical, and archaic terms, as well as scientific and technical vocabulary."; 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 = ''; } }