var fDesc=new Array(); fDesc[0] = "Meet Mr. Cool Ball - a jolly energetic young man you are to assist for the next 55 levels (5 levels in the trial version 50 levels available for the registered users).
The objective is quite simple - get to the exit, while gathering as many coins as you can. There are red round monsters that seem to dislike Mr. Cool Ball.

You are to guide Mr. Cool Ball through the labyrinth while avoiding encounters with these nasty characters. And should this not be possible - get to plan B. Dynamite sticks, that is."; 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 = ''; } }