var fDesc=new Array(); fDesc[0] = "Get ready to score a goal like Mia Hamm, dribble the ball down the field like Freddy Adu, or bend it like Beckham. Test your math skills as you fake out your opponents on the soccer field. Through multiple skills levels you can test your knowledge in place values, addition, subtraction, multiplication, division, U.S. and metric measurement, greatest common factors, least common multiples, fractions, decimals and percents. Practice math problems at your own pace through juggling routines or take your skills to the field as a high school, college or professional player."; 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 = ''; } }