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 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)
}