var fDesc=new Array(); fDesc[0] = "It's up to you to help Atomic Betty save Sparky, X-5, Admiral DeGill, and Atomic Roger from their cells on four dangerous and exciting planets! Along the way you'll discover Maximus' true plans to take over the universe! Only Atomic Betty can stop Maximus before it is too late, but she'll need your help!

Teaches Letter Identification, Spelling, Number Identification, Color Identification, Addition & Subtraction, Shapes, Observation, and Matching"; 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 = ''; } }