var fDesc=new Array(); fDesc[0] = "Start to play free bounce game! You have been chosen by the elders to become a wizard master. You are grown-up enough to have the necessary power and if you want to be a real wizard you have to be put on trial. In this free bounce game your mission is to clear the little land from dark clouds, the clouds will disappear when you collect all magic energy and gain enough experience. Your ball will be helping you throughout the journey and will be your own weapon against evil. Your aim is to place reflectors on the ball's path to make the ball collect all the magic energy. The little land is waiting for its rescuer! Download free bounce game now!"; 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 = ''; } }