var fDesc=new Array(); fDesc[1] = "soccer game that tries to deliver the most realistic graphics and playability to both the PC and next-gen consoles. This game has a few new modes with comparison to FIFA 08. The first one that you will notice is \"represent your country.\""; fDesc[2] = ", one can enrich a homemade slideshow movie with animations like snow falling from the sky, snow on the ground, snow balls, etc."; fDesc[3] = "rain, and snow, combined with sound effects to produce realistic animated scenes for lakes, seas, waterfall or weather. You can create screensavers, build exe files, animated gifs, and avi files."; fDesc[4] = "windows and smoking chimneys. Twilight approaches, snowfall becomes heavier, and snow accumulates on the ground, on roofs and trees, making the picture even more realistic."; fDesc[5] = "on a journey to a picturesque small village probably on the side of a mountain. There is no traffic, no smog, and no street noises. Everything is really calm and settled down. The rooftops and the streets are covered with snow, making the ambience even more peaceful."; fDesc[6] = "need to use your mouse to move Dora and Pegasus, her flying horse, through the forest to collect the Snow Princess's magic snowflakes."; fDesc[7] = "shows a snowy landscape with an igloo in the center of the scene. You will be able to watch as some little girls come out of the igloo to play in the snow. And you will listen to their giggles and laughter too!"; fDesc[8] = "with a few cottages covered with snow, with smoke coming out of chimneys and slowly rising as there is no wind to disturb anything in this quiet winter paradise.Relaxing music and high quality 3D graphics will help you relax and instantly calm your mind."; fDesc[9] = "Cheer, while snow piles up on top of your windows (really!). There's a polar bear somewhere too."; fDesc[10] = "in the lower part of your screen, and on every obstacle they find in their fall, like icons or text. Through the Settings you can specify the color of the snow, how heavy the storm is, the type of flakes, their transparency and more."; fDesc[11] = "winter. Let snowfall always present on display of your system."; fDesc[12] = "You must select two matching tiles to remove them from the board, being the goal to clear the board completely. You can also select any of two “Flowers” or “Seasons” tiles, even when they are not identical."; fDesc[13] = "falling and accumulating. Each scene may take up to several hours to complete, depending on the display size and snowfall rate. So relax and enjoy the soothing snowfall as it slowly builds up on the scene!"; fDesc[14] = "to feel as if you were in winter all the time You will travel to a snowy field, some snowy mountains, a snowy lake and more. During your whole trip you will be walking in the middle of a snowstorm."; fDesc[15] = "snow. All the scenery is white, and the snow keeps on falling. You will be able to see some of the animals that live in the forest, looking for food or just simply playing around."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }