var fDesc=new Array(); fDesc[0] = "Pixelus Deluxe 1.0 is a board game in which you´ll have to match tiles.

You play the role of Claudius, who has a shipwreck at the island of Pixelus. An old priest asks him to repair the floor of the Temple of the island, saying that Pixelus´ gods are upset for the condition of the floor.

If this is your first time with this game, you will be taught by the Cyclop how to play it.

You must form certain designs on the floor, sliding tiles over the bright spots. You can only slide a tile if there is one tile to stop it. Sometime you´ll need to slide the tiles in order, sometimes you will have to place a tile to act as a temporary stopper, or a combination of techniques.

After you´ve completed the tutorial, you can start playing. First, you will play in the Temple of Flora, as you succeed in completing levels, you will be promoted till you arrive to the Temple of Jupiter.

You can ask for Hints for one move or every move in every level. The game will show you how to slide the tiles to complete the design."; 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 = ''; } }