var fDesc=new Array(); fDesc[0] = "It is a beautiful animated desktop screensaver. You will be enchanted by this picturesque landscape: warm summer day, small bay right by the sea shore, exotic nature, huge rocks, cascade of falling water, smooth sea, butterflies fluttering from the flowers, natural growth, and birds flying in the sky. This peaceful nature will bring you calmness and coziness. This exotic place will take you away from the noise of the city. The melodic sound of the waterfall lets you relaxe. There is a built-in playlist of music. This screensaver also allows you to select the music from your own collection. You can choose the sound, which is more convenient to this atmosphere. Moreover, it is possible to create playlists, and make settings for it: repeat playlist or shuffle the playlist item order. Besides, you can make settings for exit conditions: mouse move, keyboard button, Esc button and so on. You won’t remain indifferent to this pleasant looking scenery. Enjoy this Waterfall Bay 3D Screensaver with excellent graphic, superb visuals, soft music, and atmosphere of the exotic place."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }