var fDesc=new Array(); fDesc[0] = "Ripples 1.1.2 is a program that will add ripples to any picture with a large water surface.

This way, beginning with a static background, you can make it alive, by adding movement to the water in the image.

By using Ripples you will build a screensaver that can be later displayed by Windows.

The program can be installed and run in English, German or Italian.

You can change the options of the image by using the direct access that the program will place in your desktop or from the screensaver properties.

In the settings panel you will be able to choose the background image, define ripples paths and adjust the wave effect (count, frequency, amplitude, framerate, direction and smoothing).

Through the "Additional Settings" tab you will be able to specify the background settings (size, color), set a background music, randomize background picture or show the framerate.

You can also launch the screensaver directly from a direct access that the program will place in the desktop, "Start Ripples"."; 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 = ''; } }