var fDesc=new Array(); fDesc[0] = "Word Magic Dictionary & Tools is a Mega Dictionary with translations, idioms, synonyms, antonyms colloquial and regional tags, etc. The program also includes a Double Thesaurus, which mirrors all words related to your search word in both languages

The Home Edition is a reduced version of Word Magic Dictionary & Tools dictionary (half its database size), with translations, synonyms and antonyms. It also has a Thesaurus, a Conjugator, and a Reverse Conjugator which gives you the root of the search word."; 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 = ''; } }