var fDesc=new Array(); fDesc[0] = "MB Free Horoscope Compatibility is an unique compatibility test software based on the concepts of Western as well as Vedic astrology. It is thus a combination software that helps one analyze his/ her relationships based on the planetary positions at the time of birth. This software helps you understand your positive and negative traits, thus helping you judge your compatibility with your partner at the same time. This includes the Western Astrology Report and the Vedic Astrology Report."; 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 = ''; } }