var fDesc=new Array(); fDesc[0] = "LAVClock is an astrological digital clock that extends or replaces the standard Windows clock.
Easy access to short-term personal astrological forecast, calculated based on your DOB and the present positions of the planets.
LAVClock shows rise/set times of heavenly bodies, twilight, positions in the zodiac, lunar days, nearest new moons and full moons"; 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 = ''; } }