var fDesc=new Array(); fDesc[0] = "Spark learning with the best educational software of all time.
With a 20-year record of classroom success, The Geometer’s Sketchpad® is the world’s leading software for teaching mathematics. Instructors have named it the “Best Educational Software of all Time.”
Sketchpad gives students a tangible, visual way to learn mathematics that increases their engagement, understanding, and achievement. And it’s not just for geometry. Use it for elementary and middle school math, algebra, precalculus, and calculus."; 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 = ''; } }