var fDesc=new Array(); fDesc[0] = "Free animals from bubbles making groups of the same color. Animals got trapped and you must help them. This nice game will challenge your speed and strategy to form groups of 3 or more bubbles of the same color. If you can place more bubbles before they disappear more point you will get and you will be able to release the complete group of animals. You must subscribe with a name player. The game allows you select to play a game, to set options, to learn how to play, to change player and to see the oracle. You can select a story game and the oracle will explain you the situation in Jungo. You can set options like sound, music or screen. In this game you must search for extra bonus doing special shapes with the groups, if they are bigger is better.
To move and control the game is very simple, all you need is your mouse, move your mouse over a bubble and press left button to move it with a neighboring ball and form the groups. Different levels are presented in Jungo, your journey from town to town will let you help animals, each level gets harder every time."; 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 = ''; } }