var fDesc=new Array(); fDesc[0] = "Travel through the unknown forest, mountains and vast lands, through boiling heat and cold plains. Everyone should get to know themselves, even such little nice creature as our Sparky. Sparky - our little furry hero has been lost. His spaceship has gotten caught in a meteor stream and crashed. After waking up in a mysterious forest, Sparky sets off on a journey to unlock his past and try to find other survivors. He is full of confidence to change the matter of things. With these thoughts, Sparky rushes into forest's depths without realizing the dangers.
The path is swarming with all-hungry creatures willing to feed on our little traveler. The goal of the level is to keep Sparky from being eaten by guttlers. To do this, players have to feed guttlers with the creatures of the same color in order to overfeed them and make them explode. As players advance the story, new locations, challenges and modes will be unlocked.
Solve puzzles, survive and advance the story to help Sparky in his quest."; 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 = ''; } }