var fDesc=new Array(); fDesc[1] = "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] = "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[6] = "time is done. Find your way in the caves, avoid falling rocks and enemy creatures!"; fDesc[7] = "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[8] = "yuletide mood to your computer, Xmas Tree offers one decorating option. Xmas Tree - absolutely freeware."; fDesc[9] = "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[15] = "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[18] = "Screensaver will add something new to your collection of Christmas attributes for creating holiday atmosphere."; fDesc[20] = "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 = '...'; } }