var fDesc=new Array(); fDesc[0] = "Flying Leo 1.0 is a very entertaining adventure game. You will have to fly all around the levels to get points and earn money. The game is very easy to use and is quite addictive. It has got some good visual effects as well as good music and audio effects. On the main screen, there's an option that will let you learn how to play, all the keys you will have to use to play and the things you will have to get while you're flying all around the globe. In every level you will have to get a number of coins that will be indicated to you at the bottom of the screen, once you get them all you will get bonuses and extra points and pass to the next stage. There will also be a timer on the bottom of the screen that will let you know what your timing is as you keep on trying to accomplish your goals. You will be able to fly by just using the mouse, you won't even have to click, you just have to move it right or left. You will start every level flying in the air and you will fall down, you have to move yourself to the coins, if you miss the target, you will be able to use the wind to get up again and try to get all the coins. Be careful with the walls or rocks, because if you touch them you will fall down and lose a life."; 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 = ''; } }