var fDesc=new Array(); fDesc[0] = "Happyland Adventures - Xmas Edition 1.3 is a platform game combined with puzzle elements.

In this game, your objective is to save the Happylanders, in order to rid the world of evilness.

The game includes a level editor. By using it you can design your own levels.

You must guide the Happylanders through the platforms, picking fruits and avoiding the snails. Should you touch them, you lose a life. Every Happilander must be safe in the shelter.

You can define the keys that will control your player, to go left, right, jump, slide or talk.

You will need to talk to the people you will find in your way. They will give you clues about the game, where do you need to go and what do you need to do in order to go to the next level.

The level exits will remain closed until you save enough Happylanders, then they will open, letting you advance to the next level.

The game can be played in normal screen mode or in wide screen mode, tapping on the W key.

In the level editor, you can add levels and bonus to the game."; 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 = ''; } }