var fDesc=new Array(); fDesc[0] = "How fast are your math skills? Put them to the test with Professor Pi’s Math Mayhem! The professor will give you a target value, and you have to match it. Grab the bonus gems for extra stuff, but don’t get too greedy, it may cost you your life! Math Mayhem is a fun game that improves your math skills."; 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 = ''; } }