var fDesc=new Array(); fDesc[0] = "Follow the funny alien character as he explores through a labyrinth of educational exercises! This program is fun even simply for the colorful scenes and funny characters even just as an interactive movie if your child is too young to understand the math and logic problems! Mathmen comes with a poster maker-where your child can select a picture, paint the picture and print it out! Also, the Mathmen has an awesome COMIC BOOK MAKER where your child can select characters and affects and make their very own comic book! While your new alien friend travels through different worlds, he is introduced to numbers, Greek numbers, numbers in Spanish, decimal numbers, and even binary numbers! Mathmen is teaching your child in an incredible fun and interactive manner which any child will love!"; 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 = ''; } }