var fDesc=new Array(); fDesc[0] = "The Galaxy Journey 3D animated screensaver takes you on a journey through the galaxies as you blast off in to space. In a new 3D Galaxy Journey screensaver you can see beautiful galaxies, huge rotating worm holes, worm hole tunnel traveling, asteroid fields, space stations, planets and beautiful nebulas all by advanced 3D-accelerated rendering. The registered version contains original music (by our own composer) and ability to setup your own music(mp3) you like, unlock all space scenes and many more options!"; 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 = ''; } }