function fundo(x,cor,o)
{
  if (cor != "")
  {
    x.style.cursor = "pointer";
    x.style.backgroundColor=cor;
    x.className=o;
  }
  else
    x.style.cursor = "default";
    
}

function fundoSai(x,cor2)
{
x.style.backgroundColor=cor2;
x.className="celula2";
}

function chamaURL(y)
{
  document.getElementById("carregaConteudo").src=y
}

/*function mudaClasse(h,o)
{
  if (o != "")
  {
  document.getElementById(h).className = o
  }
  else
  {
  document.getElementById(h).className = "menu"
  }
}
*/
function chamaURL2()
{

window.open('http://www.tse.gov.br/downloads/eleicoes2004/inst_resol.html','TSE')

}

function carregaURL()
{
  if ((opener.urlEleicao != null) && (opener.urlEleicao.length > 0))
    chamaURL(opener.urlEleicao);
}