function fillBlock(obj, cor, inout)
{    
	if(inout){
	    this.corPadrao = obj.style.backgroundColor;
	    obj.style.backgroundColor = cor;		
	}	
	else
	{
	    obj.style.backgroundColor = this.corPadrao;
	}		
}
function aO(/*pagina,nomejan,params*/)
{
	var a, t, jan;
	if(!(t = (a = [].slice.call(arguments,0)).length)) return false;
	(jan = window.open(a[0],a[2] ? a[1] : 'jan'+parseInt(Math.random()*775), a[2] ? a[2] : a[1])) || alert('Erro ao abrir a popup.');
	return jan;
}
