var fDesc=new Array(); fDesc[0] = "White Reef is one of several available free-of-charge screensavers, developed by EleFun Desktops. You will find this screensaver under the 3D Aquarium Animated Screensavers on the EleFun Desktops Web Site, along with other versions of reef screensavers. As its name correctly indicates, this screensaver is about a white reef around which beautiful fishes swim decorating your desktop. For some people, underwater image can be very relaxing and this is the case. Everything is quite and moves slowly. The screensaver includes a clock in case you want to know the time without leaving the beautiful animation.
The screensaver includes a three-tabs configuration dialog. The first tab is Settings. From there you’ll be able to see the fish list to be displayed, you’ll be able to configure the screen resolution, color depth, key to be pressed to exit the screensaver, and some sound settings. The second tab is Other Aquariums, which includes shortcuts to other EleFun reefs screensavers, on the Web. The third tab is About, and includes some information about the screensaver and its producers.
This screensaver runs on Windows 95/98/Me/NT/2000/XP but not Vista. It requires, as a minimum, 128 MB RAM and a Pentium II processor. Once you have successfully installed the screensaver in your computer you need to put it to work. To do that, follow the following steps:
1. Click the Start button in Windows.
2. Select Settings.
3. Select Control Panel.
4. Double click the Display icon.
5. Select Screen Saver tab.
6. Select “White Reef”.
7. Click either Preview or Settings."; 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 = ''; } }