var fDesc=new Array(); fDesc[0] = "Take a short break as you escape to nature. Relax as you watch calming, professionally-photographed scenes displayed on your computer.

The entire presentation runs on a 3-minute repeating loop. However, the speed can be adjusted up to an amazing 78 minute cycle. In addition, the registered version optionally lets you manually control the presentation, including pausing your favourite scene as long as you like.

Additional suggestion: by connecting a projector or wall-mounted screen to a computer's monitor port as you run 'Scenes of Nature', you can share the beautiful and serene images of nature with others, creating an impressive effect at your business premises."; 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 = ''; } }