var fDesc=new Array(); fDesc[0] = "The New Oxford Thesaurus of English is a completely new top-of-the-range thesaurus offering more alternative and opposite words, more choice, and more help than any comparable thesaurus.

Main features:

- 600,000 alternative and opposite words
- Closest and most useful alternative words are given first
- Unique coverage of related terms such as bear: ursine, blue: cyanic
- Over 450 boxed lists provide information on a vast range of subjects
- Over 150 in-text notes distinguish between easily confusable words
- Comprehensive coverage of English from around the world as it is used today."; 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 = ''; } }