var fDesc=new Array(); fDesc[0] = "The Moon is our closest celestial neighbor and the most prominent object in the night sky.
Although the Moon is so much smaller than the Sun, it strongly affects everything on the Earth, including many aspects of your life. Not only tides and animals are affected by the Moon, but also it influences human emotions, relationships, blood pressure an even finances.
Enjoy our Deluxe Moon application and save money: it is completely free."; 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 = ''; } }