var fDesc=new Array(); fDesc[0] = "Sagittarius likes to show himself, he thirsts for freedom and catches each moment of it. This person remains young for a long time thank to his interest to life and people. His optimism, sense of humor and moral and physical health ensure Sagittarius sympathy of other people. This man is generous when no one attempts on his holy freedom. Sagittarius likes to surround himself with friends and helps them with pleasure. The optimism of this person helps him to overcome difficulties faster than others do."; 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 = ''; } }