var fDesc=new Array(); fDesc[0] = "WordWeb is a dictionary and thesaurus tool with support for American, British, Canadian, Australian, Indian, and global English. It works both online (Wikipedia and web references) and offline. You can use WordWeb to look up words in most of the Windows programs.

WordWeb is also available in a Pro version that supports additional dictionaries such as Oxford, Collins, and Chambers."; 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 = ''; } }