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[4] = "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[5] = "Get this new hit from the developers of Christmas Time 3D Screensaver that was downloaded over 100,000 times in a single day!"; fDesc[6] = "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[7] = "time is done. Find your way in the caves, avoid falling rocks and enemy creatures!"; fDesc[8] = "and color. Menu allows to change lights into rays and spirals, set their position and cones. You can play mp3 music"; fDesc[9] = "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[10] = "yuletide mood to your computer, Xmas Tree offers one decorating option. Xmas Tree - absolutely freeware."; fDesc[11] = "camera motions with beautiful snowy scenes, flying Christmas boxes, fire crackers and lovely background music"; fDesc[12] = "teaser featuring the clever porter Box Man."; fDesc[13] = "shapes against winter snowscape backgrounds, but don't chill out too much or the candle will burn out before you've cleared the grid."; fDesc[14] = "Screensaver will add something new to your collection of Christmas attributes for creating holiday atmosphere."; fDesc[15] = "approaching together with the enchanting pictures!"; 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 = '...'; } }