var i = '';
function janela()
{
	window.open('futebol.php','comemoracoes', 'width=430 height=585','toolbar=no,scrollbar=yes,resizable=no');
}
function out()
{
	var objecto = 'update'+i;
	document.getElementById(objecto).innerHTML = "<img src=\"../_img/seta_inactiva.gif\" border=\"0\">";
}

function over()
{
	var objecto = 'update'+i;
	document.getElementById(objecto).innerHTML = "<img src=\"../_img/seta_activa.gif\" border=\"0\">";
}

function qualificacao()
{
	window.open('_rating/index.php','votacao', 'width=150 height=100','toolbar=no,scrollbar=yes,resizable=no');
}
function sopaletras()
{
	window.open('_lazer/_sopa/index.php','sopadeletras', 'width=450 height=575','toolbar=no,scrollbar=yes,resizable=no');
}

var cor = '#82BBF2';
function muda()
{
	var objecto = document.getElementById('lazer');
	if(cor == '#82BBF2'){
		//objecto.style.backgroundColor ='#43B866';
		objecto.style.color = '#FFFFFF';
		cor = '#FFFFFF';
	}
	else{
		//objecto.style.backgroundColor='#82BBF2';
		objecto.style.color = '#82BBF2';
		cor = '#82BBF2';
	}
}

function piscapisca1()
{
	if (document.all){
		setInterval("muda()",400)
	}				
}