var fDesc=new Array(); fDesc[0] = "Have lots of fun with this classic game! Just select a ball and make all their neightbours disappear! Try to clear the screen and you will get Bonus Points and continue playing with another screen.
Play to clear all the balls from the screen. Match two or more balls to make them disappear. Select your desired level : Easy, Normal, Hard. Make the HiScore and upload it to our OnLine Rankings.

Main Features:
- Full Colored Graphics
- Unlimited Play Time!
- 3 Levels : Easy, Normal and Hard.
- Totally Free!"; 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 = ''; } }