var fDesc=new Array(); fDesc[0] = "MB Native American Astrology Software determines your Native American zodiac sign from your date of birth. This program gives you a detailed interpretation of the sign you belong to in the Mesoamerican zodiac, the positive and negative traits of each sign, your lucky colors, lucky stone, lucky tree, lucky day, lucky time, element, your totem animal, compatibility with other signs and much more information."; 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 = ''; } }