var fDesc=new Array(); fDesc[0] = "Maintaining your health and well-being is something that requires constant adjustments keeping pace with the changing circumstances. MB Well Being Health Astrology Suite contains MB Health Astrology, MB Food Astrology, MB Zodiac Yoga, MB Fruit Astrology & MB Zodiac Healing Sign. This program gives you an insight into your overall health and health related issues thus helping you to live a healthy and peaceful life."; 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 = ''; } }