var fDesc=new Array(); fDesc[0] = "The aim of the game is to guide the little blue fellows(The Bloobles) to the Exit.
Take control of The Bloobles and help them on their way in The Quest for Chocolate in this platform puzzle game with 100 levels, 22 achievements, 10 actions, 4 worlds to explore, 4 mini-games to unlock, 2 game modes and hours of fun."; 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 = ''; } }