var fDesc=new Array(); fDesc[2] = "your childhood's stories. Pure water springs give birth to the Charming Waterfalls. The sound of water splashing could be heard in the background while you could see the water falling."; fDesc[3] = "heights, they always create a sense of wonder that nature could form such a beautiful piece of artwork from mere rocks and water. Water is a good power! Life doesn't exist without water."; fDesc[5] = "You find a stream running down the mountain. You start following it, enjoying the beauty of the scenery, while at the same time feeling very relaxed and at ease with the continuous sound of the stream as it flows over the rocks."; fDesc[6] = "into one screensaver. Each of them has animation, authentic sounds and transition effects. Enjoy the beauty of the water falling down..."; fDesc[8] = "types of living waterfalls from various places including on mountain, forest, cliff, and many more."; fDesc[9] = "will take you on a tour to some of the most magnificent waterfalls in the world. You will just stare in awe at those powerful bodies of water dropping from the heights and bouncing at the bottom in a pool of foam with all its power."; fDesc[11] = "living waterfalls bewitch with its soothing water-flow motion and gives a feeling of heavenly comfort. Eagles soar in the sky and tropical butterflies flutter around in deep jungle thickets adding a divine and natural reality to this scenic screensaver. Gentle nature sounds allow you to fully immerse into a fantasy world. With DVMagic Waterfall Screensaver you'll get the opportunity to save your screen and see a real-time change of day into night on the screen as well."; 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 = '...'; } }