var fDesc=new Array(); fDesc[0] = "The game features 40 animal pages to color, fun music and sound. Coloring pictures are automatically saved to your 'My Pictures' folder and can be printed. Simple to use, even for preschool kids!

Main features:

- 40 Fun, Animal Coloring Pages!
- Fun Music and Sound Effects!
- Easy To Use For Little Kids!
- Improves Color Recognition!"; 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 = ''; } }