var fDesc=new Array(); fDesc[0] = "This screensaver contains 32 photos of different objects in the Universe made mainly by Hubble telescope. You can see the formation of new stars and relict light of ancient stars, "blackholes" and "supernova" stars, also nebulas, constellations and whole galaxies located far far away from us. The views of these great space wonders from the deep of the Universe won't leave you indifferent!
All images are high quality true color. You can also choose from 27 transition effects that appear between the images."; 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 = ''; } }