var fDesc=new Array(); fDesc[0] = "VeBest MoonLight calculates exactly and shows the number of Moon day, time of beginning and end of Moon day, time of moonrise and moonset. The program defines exactly the position of Moon in the zodiac, the phase of Moon (ascending moon, increasing Moon, new Moon, full Moon). This program can even define the time of new Moon, full Moon for the 1000 years for the past and future as well; time of phase change (current phase, nearest new Moon, nearest full Moon, nearest the second quarter, nearest the last quarter); the quality of day (day of warmth, day of cold, day of air, day of water)."; 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 = ''; } }