var fDesc=new Array(); fDesc[2] = "start to shine with vivid colors. All the presented butterflies are the exact copies of the real ones. This nice 3D screen saver will serve as an ideal remedy to make you spry and vigorous in no time."; fDesc[3] = "levels and two game modes. Use all of your puzzle skills to make potions that strengthen the butterflies. And guess what? It's even possible to play together in Mouse Party!"; fDesc[4] = "get a well deserved rest from all the dreadful daily activities. You will be transported to a place that could be mistaken as paradise. You will find yourself in the middle of a beautiful valley somewhere in the mountains."; fDesc[5] = "available from the developer’s website. We can play it for 60 minutes. We can also purchase the game from there or from the game’s interface. It is very easy to download and install and no registration is required."; fDesc[6] = "reflexive functions. The vivid colorful fluttering butterflies please your eyes, the green grass, 3D picturesque scenery relax you after busy day. The screensaver has a surprise for an attentive spectator. Nothing prevents you from downloading this free screensaver and plunging in the world of beautiful nature."; fDesc[8] = "SoftPlatz web site. As its name correctly indicates, this screensaver shows butterflies in a wide variety of species and situations. The screensaver includes a settings dialog where you will find several aspects of the application to configure according to your likes."; fDesc[9] = "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[10] = "screensaver will allow you to enjoy these magnificent creatures in the comfort of your home or office. You will not have to travel to a protected area just to awe at the grandeur of nature reflected in butterflies."; fDesc[11] = "Animated Screensaver \"Mystery Forest\". This is a legendary product of the EleFun Company. The product ..."; fDesc[12] = "look just like real. Admire a nice jungle spot with butterflies. You can also learn about them using the presented data."; fDesc[13] = "seem to you dark and gloomy. But there, at a short distance away, sun rays are shining from the top ..."; fDesc[14] = "drawings that you loved most. The kitten is the cutest thing I have seen in a long time. It reminded me of those cats made with circles and a tail, but this one is perfect."; fDesc[15] = "the Animated Screensaver \"Silent Lagoon\". It is amazing and comfortable here, don?t you think so? There is ..."; 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 = '...'; } }