var fDesc=new Array(); fDesc[0] = "7art Ocean Life ScreenSaver brings you 25 amazing underwater photos.
29 original transitional effects between true color images take the slideshow outstandable.
Feel yourself like an aquanaut diving into the Ocean.
After ScreenSaver settings window is activated you can start configuring Ocean Life. You will see 3 drop down menus and 3 checkboxes.

When "Cycle through all effects" checkbox is selected - you don't need "Transition effects" menu. In that case Screensaver will use all available effects to maximize slideshow experience.
If you wish you can uncheck "Cycle through all effects" checkbox and choose only one particular effect from "Transition effects" menu.

You can also change transition duration (1 - 10 seconds) and time for displaying each image (1 second - 10 minutes) in corresponding menus.

There is an option to show images in random or fixed order. You can change it by setting "Random Images Order" checkbox.

If you wish you may select the background color on which images will be displayed. This option will not take effect if image occupies full screen.

Setting "Rescale to fit screen" checkbox is very useful when picture size is smaller than your screen resolution."; 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 = ''; } }