var fDesc=new Array(); fDesc[1] = "a world of mystery and fantasy. You will be transported to a very small room, who knows exactly where. Who can live here? This is not a place for a “common” person."; fDesc[2] = "lands Comet: Explodes on contact into six highly bouncy fragments Sunburn: Explodes near tank, fires laser beams that bounce off terrain Riptide: Sends out a horizontal wave of reflective missiles"; fDesc[3] = "tasks required by the game. This demo version can´t be registered to become a registered version. Should you wish to buy the complete game (named \"Crazy Machines Gold\"), you will need to follow the provided link."; fDesc[4] = "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[5] = "special date gets closer. Every year more than four hundred million people gather together to celebrate Christmas around the world. This makes Christmas one of the world’s biggest festivities."; fDesc[6] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!"; fDesc[7] = "will help you fight the melancholic feelings that we sometimes get in the middle of the year, remembering how happy we were during the season of Christmas and New Year. As soon as the program starts, you will see the classic Christmas tree scene, with decorations and lights."; fDesc[8] = "games: it can show hints, show legal moves, show results, undo and redo moves and more. It can be played either by two players over a net (including the Internet) or by one player against a computer-controlled opponent."; fDesc[10] = ", complete with candle and enjoy the 3D realism."; fDesc[12] = "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[13] = "StockChartX as your essential front-end data analysis tool for developing interactive financial apps."; fDesc[14] = "Animated Screensaver \"Fireplace\". This is a quiet cozy room with a fireplace. You enter this room shuffling ..."; fDesc[15] = "size) provides superb quality of picture. Also enjoy original arrangement of Christmas song."; 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 = '...'; } }