var fDesc=new Array(); fDesc[0] = "Baby Fox is lost and Swiper wants to help him get back home! He'll need your child's help to get past the obstacles in each section by identifying colors and numbers. Use the left and right arrows on the keyboard to move Swiper, and use the spacebar to make him jump. Collect stars along the way and be careful to avoid the crows, spiders, and bats that will try and slow Swiper down on his kind quest.

Parent Tip: You can print a picture of the reunited fox family for your child as the prize for completing this adventure."; 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 = ''; } }