var fDesc=new Array(); fDesc[0] = "Tired of the everyday hustle and bustle? Need a brain workout? Tired of the same type of Bubble Shooter games? Then we dare to suggest that you play Magic Balls, because this is not only a relaxing puzzle improved by various unique gameplay mechanics, but also an excellent game for developing the speed of thinking for both adults and children! Magic Balls is a puzzle of the Bubble Shooter genre that will once and for all change your idea of the games of this genre with novelties in the gameplay: various bonuses, balls changing in color and several attempts to overcome the level! Tired of the everyday hustle and bustle? Need a brain workout? Tired of the same type of Bubble Shooter games? Then we dare to suggest that you play Magic Balls, because this is not only a relaxing puzzle improved by various unique gameplay mechanics, but also an excellent game for developing the speed of thinking for both adults and children! Magic Balls is a puzzle of the Bubble Shooter genre that will once and for all change your idea of the games of this genre with novelties in the gameplay: various bonuses, balls changing in color and several attempts to overcome the level! Tired of the everyday hustle and bustle? Need a brain workout? Tired of the same type of Bubble Shooter games? Then we dare to suggest that you play Magic Balls, because this is not only a relaxing puzzle improved by various unique gameplay mechanics, but also an excellent game for developing the speed of thinking for both adults and children! Magic Balls is a puzzle of the Bubble Shooter genre that will once and for all change your idea of the games of this genre with novelties in the gameplay: various bonuses, balls changing in color and several attempts to overcome the level!"; 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 = ''; } }