var fDesc=new Array(); fDesc[0] = "Free Moon Screensaver is a screensaver for Windows that displays some of the most beautiful and artistic photos of moon ever taken. Moon looks pretty gigantic in these photos and we are sure you will love these photos. The Moon is the second brightest object in the sky after the Sun. It is the only natural satellite of the Earth and the fifth largest moon in the Solar System. Download moon screensaver for free and enjoy a quiet night watching the moon reflecting in the lake and the birds flying."; 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 = ''; } }