var fDesc=new Array(); fDesc[0] = "MB Karmic Astrology is a wonderful and interactive astrological software that tells you about your present life 'Karma'. The program indicates your ongoing karmic situation from the planetary positions and transitions at the time of your birth. It is with the help of this software that you get to know which lessons are of paramount importance in your lifetime. MB Karmic Astrology emphasizes your positive and negative characteristic traits thus helping you to know yourself better."; 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 = ''; } }