var fDesc=new Array(); fDesc[0] = "ActivityMaker Vocabulary Suite is an all-in-one vocabulary worksheet and puzzle creator, making over three dozen different types of worksheets from your words and definitions. You enter a list of words and definitions (or use lists from Vocab Arcade), then follow the simple steps to create various quizzes, crossword puzzles, shaped word searches, scramble worksheets, "secret code" worksheets, riddle activities, alphabetize worksheets, study guides, definition fill-in sheets, and more."; 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 = ''; } }