var fDesc=new Array(); fDesc[0] = "MB Free Birth Star is a birth star calculator software based on Vedic Astrology. This program calculates the birth star or the constellation the moon was present in at the time of birth. It describes the mental attitude and the planetary periods (dashas). This program tells us in detail the characteristics and features of people born under a particular birth star. This is different from the birth star calculated in western astrology. This helps you understand your positive and negative traits, thus helping you improve your personality."; 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 = ''; } }