var fDesc=new Array(); fDesc[0] = "Cloze Wizard is a powerful teaching utility that allows for quick and easy production of cloze passage exercises and a range of other language based worksheets. Students often need to see text in a range of different formats to fully understand the meaning of terms and phrases used. Cloze Wizard V2 now includes the ability to answer Clozes on the computer with a FREELY distributable Cloze Player as well as printing professional worksheets.
Cloze Passage Wizard follows in the footsteps of our highly successful Crossword Wizard, giving Teachers a similarly easy to use interface.
Cloze Passage Wizard features:
* •Play Clozes on-screen including speech facility
* The ability to add your favourite graphics to illustrate your passage
* Selection of individual words or every occurrence of a word for removal
* Export Cloze as a text file or HTML
* Fully control of Font selection and Sizes
* Print Preview with auto formatting
* Automatically extract every nth word
* Create custom lists for removal from the passage"; 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 = ''; } }