var fDesc=new Array(); fDesc[0] = "The Moon is now available for closer observation with Moon 3D Screensaver! The Moon is the only celestial body to which humans have travelled. Follow the participants of the famous Apollo program and make an exciting and informative space trip around the Earth's satellite. You will see what you have never seen before - the back side of the Moon. The realistic moon landscapes that strictly correspond to real lunar maps are a marvelous sight. The Earth is also visible, looking so small and colorful."; 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 = ''; } }