var fDesc=new Array(); fDesc[0] = "Enter and save your child’s spelling or vocabulary lists and then let your child learn and play at the same time. A2ZWare’s version of the classic hangman game was designed with young children in mind, but is appropriate for all age levels.
Main features:
- Four different themes – hangman, spider, flower, and snowman
- Hint feature uses word’s definition to provide a hint when needed
- Use pictures as hints
- Over 500 words included with the game
- Additional words are available by download
- Add your own words, definitions, and pictures to the game"; 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 = ''; } }