var fDesc=new Array(); fDesc[0] = "You can download Flowers Meadow 3D for free at the FullScreensavers.com web site, which is a nature category screensaver. The images shown on this screensaver are not pictures or videos taken from real life flowers but sequences from a computer generated animation. In spite of that, the images and animations look pretty real and give your desktop a nature touch in the middle of so much technology.
The scenes shown change every once in a while so the screensaver won't get too routinely too soon. Naturally, the amount of scenes is limited so in some time you're going to get used to them and could get a bit boring. On the other hand, usually a screensaver is not activated for long if you are in front of your computer.
The screensaver includes some configuration tools for you to customize it according to your needs and likes. This tools are organized into a five-tabs dialog, which we'll try to briefly describe now.
The first tab is "General" and will allow you configuring aspects such as image duration, the orden to display items (sequential, random, shuffle), and startup options. The second tab, "Position" it's used to set item size and item position, just like its name suggests. The third tab is "Effects" and you can use it to select visual effects to use from a pre-defined list, and you can also set the speed for transitions. "Sound" is the following tab and is naturally about sound. It'll allow you to mute sounds, select a playlist from a list of built-in playlists, or even load your own playlist to be played. The last tab is "Behavior" and allows you to control the exit conditions for the saver, that is to say, upon which events the screensaver will close.
Flowers Meadow is protected against copy, so it won't allow taking out pictures with the print screen function of your operating system."; 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 = ''; } }