var fDesc=new Array(); fDesc[0] = "Pun Puzzler creates worksheets, games, and posters that encourage students to "think outside the box." Teachers can choose from a collection of hundreds of visual puns, each sorted into varying difficulty levels, to make reproducible handouts, challenging sets of game cards, or even full-page bulletin board signs! Tools are included for teachers to create their own pun images and add them easily to the collection. The worksheet editor has everything a teacher needs, including generated answer keys, font and formatting tools, printing, saving, clipart capabilities, and more. All the tools are here to integrate these skill-building, high-interest challenges into your classroom!"; 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 = ''; } }