var fDesc=new Array(); fDesc[1] = "objective is to save the Happylanders, in order to rid the world of evilness. The game includes a level editor. By using it you can design your own levels."; fDesc[2] = "present your pictures the whole year. Comes now with AquaSoft Online printing service."; fDesc[3] = "very realistic graphics that will provide all the different details to make Christmas a time to remember. The images are so realistic that you will be able to even feel the warmth of the flames as they rise in the air."; fDesc[5] = "designed for you, very simple to use, but with powerful features... free and soon open source ! multi-sound cards support. 2 players with auto-mix between songs,1 pre-listen player indexing of thousands of songs in a single efficient database (mp3 supported in the first version. Others will be supported later : ogg, wav, ..) direct search / selection over all songs in the database. Management of song categories playlist offering the possibility to manage songs by groups. Open / save m3u and m3u8 playlists keeping groups definitions"; fDesc[6] = "left without presents! Help Santa stock Christmas gifts by loading trains passing through towns. Christmas depends on it!"; fDesc[8] = "Get this new hit from the developers of Christmas Time 3D Screensaver that was downloaded over 100,000 times in a single day!"; fDesc[9] = "small village high on the mountains. Everything around you is covered with snow, and you can almost breathe the tranquility of the place. It seems that nothing is moving at all, maybe just staying warm at home, next to a beautiful fireplace."; fDesc[10] = "time is done. Find your way in the caves, avoid falling rocks and enemy creatures!"; fDesc[11] = "and color. Menu allows to change lights into rays and spirals, set their position and cones. You can play mp3 music"; fDesc[12] = "right chimneys before dawn."; fDesc[13] = "beautiful, Old World look-and-feel. Free version is fully functional, with no registration required. More features in full version."; fDesc[14] = "magical place. You will visit a small pretty village high on a mountain. As you start walking on the streets, you will see, and almost feel, that you are walking on snow. Everything around you is covered with a white blanket that gives a sense of tranquility."; fDesc[15] = "yuletide mood to your computer, Xmas Tree offers one decorating option. Xmas Tree - absolutely freeware."; fDesc[16] = "camera motions with beautiful snowy scenes, flying Christmas boxes, fire crackers and lovely background music"; fDesc[18] = "expectation of a big holiday. Postpone everything for a bit and enjoy the Christmas spirit. Ho-ho-ho!"; fDesc[19] = "screensaver will take you to a forest during a snowstorm. But don't worry. It is not a blizzard. It is just a nice and gentle snowfall with thousands of different shaped snowflakes. You will be able to watch as the pine trees get covered with snow, as well as all the ground around you."; fDesc[20] = "rescue Santa's magic items. The game is mainly oriented for kids, since adults may find it a little bit boring and slow-paced. It features nice but not detailed graphics with appropriate music and sound effects."; 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 = '...'; } }