var fDesc=new Array(); fDesc[1] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[2] = "birds singing, murmur of the wind in the leaves and splash of the water falling from the mill into the clear stream."; fDesc[3] = "a journey to visit a real medieval castle in the middle of nowhere. The construction is beautiful. Yu can tell it is ancient just by looking at its robust walls and towers. Who owned this fortress?"; fDesc[4] = "computer is idle, your desktop will transform into beautiful scenery different from anything you have seen before! Download a piece of nature to your screen today and get ready to relax in the most natural way!"; fDesc[5] = "you a magic forest with a lot of trees, plants, lakes and much more. This unique screensaver combines the very realistic graphics of the lake, with many colorful animals that appear all around the lake."; fDesc[6] = "the Charming Waterfalls. Fairy creatures living there invite you to turn your screen into a magic window of ceaseless Joy. Features: Natural scenery Realistic animation Funny animals and birds Amazing scene transitions Flexible screensaver settings Relaxing Music/ability to put your favourite music Turn your screen into a magic window of joy! Make yourself and your children happy!"; fDesc[7] = "It lets you create animated or slide show screensavers, commercial shareware screen savers that limit its features and provide your customers with a registration code to unlock it's full version, and more."; fDesc[8] = "Dive into the depths of the Atlantic and explore the world of the Titanic full of mysteries and secrets of the past."; 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] = "boundless ocean. Captivating music together with a truly colorful setting will make your trip unforgettable."; fDesc[11] = "shell, wherein you will see some grass as the face of the clock. The “numbers” are made with small stones in appropriate positions. Also, to match everything else, the hands of the clock are made of two little pieces of wood that will point to the stones."; fDesc[13] = "on your desktop. All the butterflies are exact copies of the real ones."; fDesc[15] = "do you see while looking on your desktop with this cool 3D screensaver? At first sight it causes a feeling of fear, doesn't it?"; 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 = '...'; } }