var fDesc=new Array(); fDesc[0] = "Horoscopes are very important to many people. Some of them don't make any decision or leave their houses before checking their horoscope of the day. Av Horoscopes Daily Toolbar features several links that open separate popup windows showing the daily horoscope. You need to click on the left and right arrows of the window to find your sign, since there is not an automatic feature that lets you customize the toolbar to show your sign."; 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 = ''; } }