var fDesc=new Array(); fDesc[0] = "Globey - On the Roll takes place at Dragon´s Land, this kingdom used to be very peaceful and got it´s name because all the dragons were responsible for every living thing on it. Everything started when all the dragons were captured by evil orcs and caged, the only dragon that do not share this luck was Globey, a sleepy dragon that was taking a nap when everything changed. Now you have to play Globey and free your friends. At the different levels you will have to move Globey and break all the obstacles on your way in order to reach the caged dragon of the stage and free it by crushing the cage.
In order to move Globey you will use a fairy and it´s magic powers, all you need is to keep the left mouse clicked and move the mouse towards the direction you want Globey to take, be careful because it´s a little harder than what it seems. Also pay attention to the fairy because if you keep the left button clicked the whole time she will get tired and will need to rest in order to recover her magical powers; during the fairy´s rest time you won´t be able to move Globey."; 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 = ''; } }