function imprimir(InCdMateria) {
	window.open("conteudo_news/noticias_impressao.asp?InCdMateria=" + InCdMateria,"_blank","width=1,height=1,top=2000,left=2000");
}
function enviaemail(InCdMateria) {
	topo = (screen.height - 288) / 2
	esquerda = (screen.width - 308) / 2
	window.open("conteudo_news/noticias_enviaemail.asp?InCdMateria=" + InCdMateria,"_blank","width=308,height=288,top=" + topo + ",left=" + esquerda);
}
function fAbreGaleria(InCdMateria) {
	topo = 0
	esquerda = (screen.width - 778) / 2
	window.open("conteudo_news/galeria_foto.asp?InCdMateria=" + InCdMateria,"_blank","width=778,height=575,top=" + topo + ",left=" + esquerda);
}
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)
}