var fDesc=new Array(); fDesc[0] = "Math ActivityMaker: Skills is an invaluable worksheet creation program for teachers, parents, or home school instructors of all levels. This all-in-one program creates dozens of worksheets, games, and puzzles in just a few clicks to help struggling students practice their addition, subtraction, multiplication, or division basic skills. Create skills practice sheets, instant multiple choice quizzes, matching quizzes, word problems worksheets, math squares puzzles, secret riddle worksheets, value-matching activities, math crossword puzzles, Math Bingo Cards, printable flash cards, "concentration" game cards, bulletin board signs, custom multiplication reference charts, math color-by-number worksheets, and much 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 = ''; } }