var fDesc=new Array(); fDesc[0] = "The MSDict Synonyms Dictionary contains 20,224 words and 57,631 different meanings presented in rich-text format. In addition to the synonyms section, the dictionary provides cross-reference and list of similar words for each word definition.
There are clear and concise word definitions;synonyms, opposite words, similar words and cross-references sections.
Multiple senses re also presented.
There are hyperlinks between the related words in the dictionary; guidance on grammar and style; examples to illustrate the usage in context."; 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 = ''; } }