var fDesc=new Array(); fDesc[0] = "Crazy Daisy for Pocket PC 1.1 is a puzzle game developed by Astraware. Crazy Daisy for Pocket PC 1.1 has been designed to be installed in Windows Mobile Pocket PC devices and works flawlessly with the latest Windows Mobile 6.1.
Crazy Daisy for Pocket PC 1.1 is a game which shows fancy graphics and nice gameplay. Right after starting the game we can see the main menu showing the three available game modes: Arcade, Puzzle and Endless.
In the game screen we can see several daisies with different colored petals. By taping on the daisies we can rotate them. The purpose of the game is to rotate daisies to match petals between them.
In arcade mode we must reach an amount of points before time goes out. If we get through a stage, time will be increased and new petals will appear.
In Puzzle mode there´s no timing, and the only requirement to get to the next stage is to get an amount of points.
Endless is similar to puzzle mode, but there are no stages.
Graphics are really good and music and sound effects are good too, nevertheless, the game still seems to be very boring to me.
This game is a full featured demo version. Demo version will show a screen before playing for some seconds 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 = ''; } }