var fDesc=new Array(); fDesc[0] = "TheSage is a comprehensive English dictionary and thesaurus that provides a number of useful and in some cases unusual search tools.

The project is rooted in research. TheSage is, in fact, a research instrument.

This app inherited its core wide-ranging scope from Princeton's George Armitage Miller WordNet, of which it is an early branch. Since the turn of the century, TheSage has grown by leaps and bounds, following its own path and differentiating itself from its progenitor in too many ways to count. There are several good (and not so good) dictionaries out in the wild. Both in content and in capacity, however, TheSage stands above the rest.

The scope of the dictionary is that of English as an international language. It contains entries from dialects around the world, including their variant spellings and senses."; 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 = ''; } }