var fDesc=new Array(); fDesc[0] = "mySpellingGenie is Windows based software application to learn English language words spellings, synonyms, pronunciation and vocabulary.

Software helps student prepare for School, SAT or Spelling Bee contests. The software includes pre-built word list for NSF Spelling Bee contest. For other competitions, software provides feature to import list of words.
Additional words can be added to the pre-built word list or to new word list."; 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 = ''; } }