var fDesc=new Array(); fDesc[0] = "This 3D screensaver turns your desktop into smoothly rippling, rolling and whirling waves, which will provide you with wonderful minutes of calm and piece. Besides the default image the program has 3 more preset textures (chromify, sky and white) but their customizing as well as colour tweaking are not available in the trial version. An appealing feature of this program is that you can make your screen look as you want! Designed to satisfy the needs of any demanding user, it includes advanced options like the complexity of the pattern, maximum drips, speed scaling and wave height. Moreover, in the Misc inlay there are such customizable rendering options as date and time/ frame rate showing, frame rate targeting, such screen options as the ability to change screen resolution and other options. You can also choose a song or even a playlist when the screensaver starts to enjoy the view and music at the same time! The screensaver is very enjoyable and does not take up much space on the hard disc."; 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 = ''; } }