var fDesc=new Array(); fDesc[0] = "Did you want to be an astronaut when you were a kid? Wouldn't you like to ride a spaceship and fly around our planet?

Earth 3D Screensaver takes you on a trip to outer space around our beloved planet.

This awesome screensaver allows you to take a look outside a space shuttle window and marvel at the magnificent views of the Earth.

You will feel just as an astronaut on a space mission flying around Earth and enjoying breathtaking views of everything that happens below.

You will be able to watch the most important cities of the world, some of them with their representative buildings! Watch the Kremlin in Moscow, the Statue of Liberty in New York, the Pyramids in Egypt, and many more! Watch airplanes flying by you, unaware that they are being watched from outer space!

Earth 3D Screensaver is so realistic that you will not be able to get away from your computer monitor for hours, just waiting a little longer until you see that special city you have always dreamed of visiting.

You can rotate the scene and move around the place using your arrow keys.

And complementing everything, you will listen to beautiful and relaxing music to make your experience an unforgettable one."; 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 = ''; } }