var fDesc=new Array(); fDesc[0] = "Just enter the words and clues (or grab them from the built-in dictionary), add a graphic or select a puzzle shape to assemble the puzzle quickly and easily.
Create puzzles for vocabulary, spelling, topic reviews, foreign language, school newsletters or web sites. Design puzzle shapes to match your topic theme or insert graphic backgrounds to enhance the puzzle presentation and interest.
Uniquely, Crossword Wizard provides more than a dozen different puzzle types that can be generated from the one word/clue list, with many variations for each puzzle type."; 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 = ''; } }