
<!-- ABRIR HOROSCOPO
function abre_horoscopo(t){if(t.selectedIndex>0){url="http://www.aol.com.br/astral/popups/"+t[t.selectedIndex].value; window.open(url,'','menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,width=295,height=325,left=20,top=20');}}
//-->


<!-- ABRIR POPUPS
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!-- FECHAR POPUP E REDIRECIONAR PÁGINA
function abre(end) {
	window.opener.location.href = end;
	window.blur();
	window.opener.focus();
	window.close();
}
//-->