function fav()
{
	if(window.sidebar){window.sidebar.addPanel("Horoscopovirtual.com.br", "http://www.horoscopovirtual.com.br", "");}
	else if(document.all){window.external.AddFavorite("http://www.horoscopovirtual.com.br", "Horoscopovirtual.com.br");}
	else{return true;}
}

function checkLocation()
{
	if (screen.width >= 1024)
	{
		yy=eval("document.body.scrollTop+10");
		eval(banner.style.pixelTop=yy);
		setTimeout("checkLocation()",10);
	}
}

function mostra_propaganda(){
    var propaganda = document.getElementById('banner');
    if (screen.width >= 1024){
    propaganda.style.display = 'block';
    }else{
    propaganda.style.display = 'none';
    }
}
window.onload = function()
{
   //mostra_propaganda();
   //checkLocation();
}

function maximizada(url)
{
WWW = eval(screen.width)-10;
HHH = eval(screen.height)-54;
window.open(url,'GEN','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+WWW+',height='+HHH+',top=0,left=0');
}


function menu(obj)
{
	for (i=1;i<=2;i++)
	{
		document.getElementById('m'+i).style.display="none";
	}
	document.getElementById(obj).style.display="block";
}
