var fDesc=new Array(); fDesc[0] = "Pixelus for Pocket PC is a game developed by Astraware Limited for Windows mobile powered Pocket PC devices. This is a casual game that can make anyone enjoy those lonely waits for the bus or break times.
Pixelus for Pocket PC is a puzzle game in which we have to carry out several missions throughout an island. Before start playing we can see a map with several points which we can visit. In each of this points we have several puzzles that we must complete in order to get to the following stages.
The rules of the puzzles are very easy, we have to complete the paintings by placing the missing pixels. This doesn't seem to be really difficult but there are some rules. We can only place pixels throwing them from the sides of the painting. The thrown pixels will slide straight until another pixel stops it. To be able to complete the stages you should use pixels wisely. Graphics are good and sound and music are correct.
Pixelus for Pocket PC is a demo version which will show a screen before playing until the game is registered."; 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 = ''; } }