function imprimir(InCdMateria,TxMapeamento) {
	window.open(TxMapeamento + "conteudo_news/noticias_impressao.asp?InCdMateria=" + InCdMateria,"_blank","width=1,height=1,top=2000,left=2000");
}
function enviaemail(InCdMateria,TxMapeamento) {
	topo = (screen.height - 330) / 2
	esquerda = (screen.width - 308) / 2
	window.open(TxMapeamento + "conteudo_news/noticias_enviaemail.asp?InCdMateria=" + InCdMateria,"_blank","width=308,height=330,top=" + topo + ",left=" + esquerda);
}
function fAbreGaleria(InCdMateria,TxMapeamento) {
	topo = 0
	esquerda = (screen.width - 778) / 2
	window.open(TxMapeamento + "conteudo_news/galeria_foto.asp?InCdMateria=" + InCdMateria,"_blank","width=778,height=575,top=" + topo + ",left=" + esquerda);
}
function add_bookmark(TxDominio) 
{
	var browsName = navigator.appName; 
	if (browsName == "Microsoft Internet Explorer") { 
		window.external.AddFavorite('http://' + TxDominio,getPageTitle());
	} 
	else 
		if (browsName == "Netscape")
			alert ("\nPara adicionar essa página ao seu BookMark aperte CTRL+D");
}
function getPageTitle()
{
	var t = document.getElementsByTagName('title')[0];
	if ( !!t.childNodes.length ) {
		return t.firstChild.data;
	} else if ( t.innerHTML ) {
		return t.innerHTML;
	}
}
function getPopIndique() {
	altura = 220
	largura = 400
	var topo = ((screen.height - altura)/2)
	var esquerda = ((screen.width - largura)/2)
	window.open("conteudo_site/indique_site.htm","_blank","scrollbars=yes,resizible=yes,toolbar=no,location=no,status=no,menubar=no,width=" + largura + ",height=" + altura + ",top=" + topo + ",left=" + esquerda)
}
function setDivEspera(divId) {
	getElementById(divId).innerHTML = 'Aguarde...<br><img src="../imagens/ico_waiting.gif">';
}
function setValorInicial(obj) {
		if(obj.value.indexOf("@") == -1)
			obj.value = '';
}
function getPopCadastro(TxEmail) {
	if(TxEmail!='' && TxEmail != 'e-mail') {
		var topo = ((screen.height - 500)/2)
		var esquerda = ((screen.width - 630)/2)
		var janela = window.open("../conteudo_news/news_cadastro.asp?acao=Cadastro&TxCampo1=" + TxEmail,"_blank","scrollbars=yes,resizible=yes,toolbar=no,location=no,status=no,menubar=no,width=630,height=350,top=" + topo + ",left=" + esquerda)
		if (!janela)
			alert("Pop-up de cadastro bloqueado. Para prosseguir, favor desativar seu bloqueador de pop-up para este site.");
	}
	else {
		alert("Informe o seu e-mail.");
	}
}
function openWindow(TxUrl,target,largura,altura) {
	var topo = ((screen.height - altura)/2)
	var esquerda = ((screen.width - largura)/2)
	window.open(TxUrl,target,"scrollbars=yes,resizible=yes,toolbar=no,location=no,status=no,menubar=no,width=" + largura + ",height=" + altura + ",top=" + topo + ",left=" + esquerda)
}