// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function envia(site)
{
	if(site == 'noticia')
	{
		document.location='sede_noticias.php?site='+document.getElementById("noticia").value;
		}
		else
		{
		document.location='sede_eventos.php?site='+document.getElementById("evento").value;
		}
}


function popup(imagem) {

window.open("imagens/"+imagem);
}

function imprimir(){
	var teste
	teste = document.location.href;
	window.open(teste+"&imprimir=S","","fullscreen=1,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no");
	}

function indique(){
	var teste
	teste = document.location.href;
	window.location="http://www.decisivo.com.br/principal/enviar_amigo.php?site="+teste;
	}
