var fDesc=new Array(); fDesc[0] = "A great entertainment for kids and a very fun way for them to learn about figures, colors, animals, and order. Kids will have different challenges in this game and they will solve different tasks like putting figures in order, selecting matches of colors, following some order building animal houses and finding hidden objects, among others. In this game animals don´t have a place to stay and they are moving around the city. You must help Bob to build a zoo for the animals. The main goal is to build a nice zoo for animals and complete some tasks to get some stickers and increase your building ability. This game has different levels and profiles like Scoop, Roley and Muck. Each of them has different stickers and challenges to complete. Each level will increase the challenge and will bring kids new fun. In this game you can select different difficulty levels like easy, medium and hard. You can select to play a free game select story mode, where the tasks will take kids into a great adventure with animals.
Each task is different so kids will never do the same activity during the game."; 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 = ''; } }