var fDesc=new Array(); fDesc[0] = "Saturn's ring system makes the planet one of the most beautiful objects in the solar system. It was difficult to reflect it's beauty by computer simulation, but after a lot of experiments on cutting edge of modern 3D technologyies we have reached the target of really photo-realistic simulated animation of this spectacular scene. Ring's shadows, incredible cosmic sunrises, atmospheric refraction and many other features makes the each single frame of endless smooth animation comparable with best NASA photos! This screensaver can also be used for educational purposes."; 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 = ''; } }