var fDesc=new Array(); fDesc[0] = "Dora Saves the Snow Princess 1.0 is a kid´s game where you assist Dora to save the Snow Princess.

This game is a fairy tale adventure. You will need to use your mouse to move Dora and Pegasus, her flying horse, through the forest to collect the Snow Princess's magic snowflakes.

Those snowflakes are necessary to rescue the Snow Princess, that is held as a prisoner in a tower. Beware of the pink clouds, they will steal your snowflakes.

You should take care of the mean witches, too. There are three stages in this game, with increasing difficulty.

You can play Dora... in Adventure Mode or Mini Games mode.

You can play minigames and gain ice crystals, that would bring you more power.

There are a variety of games to be played, from four pieces puzzles to 4 In a row, all very easy. This game is intended to be used for kids up to 4 years of age. That´s why every instruction in the game is not written, Dora speaks all the time, mainly in English, but she says some words in Spanish, too.

The trial version will let you play 30 minutes."; 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 = ''; } }