var fDesc=new Array(); fDesc[1] = "desired difficult level. The harder the level, the smaller the pieces. You can go from a very easy 4 pieces puzzle to a very hard 442 pieces puzzle."; fDesc[2] = "with all those who will build a great temple of new faith after deposition of all the enemies of a new pharaoh and his god to the fiery abyss!"; fDesc[3] = "to clear all the spaces in your board, new butterflies will appear when you set groups, you must clear the tiles and rocks under them. Help your fairy friend to built a house and enjoy this magical adventure."; fDesc[4] = "with walls, using the arrow keys to move and the space bar to fire. When you beat an enemy wave, you can go to the next level."; fDesc[5] = ", the present and the future. And their predictions always come true. What if these runes are not just ordinary runes?"; fDesc[6] = "correctly indicates, this screensaver is about the depths of the ocean where beautiful and colorful fishes swim around decorating your desktopThe sounds of water accompanying the animation are maybe the most relaxing part."; fDesc[7] = "Games Age you have never seen such exciting Tetris as this game is!"; fDesc[8] = "products of the product line devoted to the Amazing 3D Aquarium theme. Do you enjoy your desktop having beautiful and ..."; fDesc[9] = "screensaver? Just have a look at Animated Desktop Wallpaper \"Enchanted Forest\". In the amazing, fabulous forest among the lofty trees live ..."; fDesc[10] = "the 3D Aquarium Animated Screensavers on the EleFun Desktops Web Site, along with other versions of reef screensavers. As its name correctly indicates, this screensaver is about a white reef around which beautiful fishes swim decorating your desktop."; fDesc[12] = "indicates, this screensaver is about a big coral where beautiful and colorful fishes swim around decorating your desktop. The screensaver includes a clock in case you want to know the time without leaving the beautiful animation."; fDesc[13] = "shows some butterflies flying around, but perhaps they are not the main protagonists. The screensaver shows a beautiful meadow landscape and a huge setting sun as a background. Over that image there are several birds flying around besides the butterflies."; fDesc[14] = "dinosaur epoch. Do you enjoy your desktop having beautiful and animated screensaver? Just have a look at the Animated Screensaver \"..."; fDesc[15] = "screensaver? Easter, the Sunday of the Resurrection, or Resurrection Day, is the most important religious feast for the ..."; 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 = '...'; } }