function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

///////////////////////////GDC//////////////////////////////////////
function excluirNoticia(id_noticia,pg){
	
confirma = confirm('Tem certeza que deseja excluir esta noticia?');
	if(confirma){
	location.href='noticias_visualizar.php?remover=noticia&id_noticia='+id_noticia+'&pg='+pg;

		}else{
			return false;
}
}	
function excluirSeo(id,pg){
	
	confirma = confirm('Tem certeza que deseja excluir esta seo?');
	if(confirma){
	location.href='seo_visualizar.php?remover=seo&id='+id+'&pg='+pg;

		}else{
			return false;
		}	
}
function excluirDepoimento(id_depoimento,pg){
	
confirma = confirm('Tem certeza que deseja excluir este depoimento?');
	if(confirma){
	location.href='depoimentos_visualizar.php?remover=depoimento&id_depoimento='+id_depoimento+'&pg='+pg;

		}else{
			return true;
}
}
function news_campos_vazios(){
	if(newsletter.nome_news.value == ""){
		newsletter.nome_news.value = "Seu Nome";
	}	
	if(newsletter.email_news.value == ""){
		newsletter.email_news.value = "Seu E-mail";
	}	
}
///////////////////////////GDC//////////////////////////////////////