	function Show_barraiG() {
		if(document.all){
			if (top == self){
				document.all.barraig.style.display = "inline";
			}
		} else {
			if (top == self) {
				//document.layers["barraig"].display = "inline";
				document.getElementById("barraig").style.display= "inline";
			}
		}
	} /* mostra barra do ig ou do ibest */
	
		
	function popNoticia(id){
		if (id == 1){	
			conteudo_impressao = document.all.conteudo_noticia.innerHTML;
			
			janelaImpressao = window.open('','janelaImpressaoNoticia','toolbar=yes, scrollbars=yes, status=yes,width=325,height=241,top=50,left=100');
			
			janelaImpressao.document.writeln("<html><head><title>::iG - Poupa Clique</title><link href='http://poupaclique.ig.com.br/images/pop_direitos.css' rel='stylesheet'></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>\n");
			janelaImpressao.document.writeln("<center><img src='http://poupaclique.ig.com.br/images/pop_topo.gif'><br><img src='http://poupaclique.ig.com.br/images/pop_title_comoapoiar.gif'></center>\n");
			janelaImpressao.document.writeln("<table border='0' cellpadding='5'><tr><td width='290'>" + conteudo_impressao + "</td></tr></table>");
			janelaImpressao.document.writeln("</body></html>");
		}else if (id == 2){
			conteudo_impressao = document.all.conteudo_noticia1.innerHTML;
			
			janelaImpressao = window.open('','janelaImpressaoNoticia','toolbar=yes, scrollbars=yes, status=yes,width=318,height=241,top=50,left=100');
			
			janelaImpressao.document.writeln("<html><head><title>::iG - Poupa Clique</title><link href='http://poupaclique.ig.com.br/images/pop_direitos.css' rel='stylesheet'></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>\n");
			janelaImpressao.document.writeln("<center><img src='http://poupaclique.ig.com.br/images/pop_topo.gif'><br><img src='http://poupaclique.ig.com.br/images/pop_title_comoapoiar.gif'></center>\n");
			janelaImpressao.document.writeln("<table border='0' cellpadding='5'><tr><td width='290'>" + conteudo_impressao + "</td></tr></table>");
			janelaImpressao.document.writeln("</body></html>");
		}	
		else{
			conteudo_impressao = document.all.conteudo_noticia2.innerHTML;
			
			janelaImpressao = window.open('','janelaImpressaoNoticia','toolbar=yes, scrollbars=yes, status=yes,width=318,height=241,top=50,left=100');
			
			janelaImpressao.document.writeln("<html><head><title>::iG - Poupa Clique</title><link href='http://poupaclique.ig.com.br/images/pop_direitos.css' rel='stylesheet'></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>\n");
			janelaImpressao.document.writeln("<center><img src='http://poupaclique.ig.com.br/images/pop_topo.gif'><br><img src='http://poupaclique.ig.com.br/images/pop_title_comoapoiar.gif'></center>\n");
			janelaImpressao.document.writeln("<table border='0' cellpadding='5'><tr><td width='290'>" + conteudo_impressao + "</td></tr></table>");
			janelaImpressao.document.writeln("</body></html>");
		}	
	 } /* imprimeNoticia */

	function abrirpops(url,larg,alt,scroll){
		window.open(url,"pop","width="+larg+", height="+alt+",scrollbars="+scroll)
	}
	
	function trocaCanal(canal, canalpai){
		if (canalpai == ""){
			return false;
		}
		
		if(canalpai == "pessoajuridica"){
				location.href = 'http://ij.com.br';
		}else{
			if (canal[canal.selectedIndex].value.length > 0) {
				location.href = '/' + canalpai + '/' + canal[canal.selectedIndex].value +  "/";
			}else {
				alert("Selecione uma opção!");
				canal.selectedIndex = 0;
			}
		}
	} /* trocaCanal */
	
	
	function enviarMateria()
	{
		window.open('http://generico.ig.com.br/envie/poupaclique_envie_02.php?url='+location.href, 'envie', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, menubar=no, top=100, left=100, width=289, height=320');
	}/*enviarMateria*/
	
    
	function POP(){ 
	        window.open(url='http://poupaclique.ig.com.br/pop_multa.html','poupaclique','width=200,height=200,')
			<!--onload="javascript:POP();"--> 
    } 
	
	function concStrBus(fObj){
 			location.href = "http://farejador-1.ig.com.br/farejador/search?orig=ig_xml_br_search_canais&type=poupaclique&q=site%3Apoupaclique.ig.com.br+" + escape(fObj.query.value);
            return false;
    }