function mostraBrinde(url, registro, secao){
			
	document.getElementById('div_TextoInicial').style.visibility='hidden';
	document.getElementById('div_TextoInicial').style.display = 'none'; 
	
	document.getElementById('div_1').style.width = '500px';  

 	var spnConteudo = document.getElementById(secao);
	spnConteudo.innerHTML = carregandoBranco;
			
	mandarVariavelParaFilmeFlash("quadroIndicacaoFlash","strLink",' http://www.giselebundchen.com.br/'+arrayBrindesLinks[registro]);
	mandarVariavelParaFilmeFlash("quadroIndicacaoFlash","txtRodape",dsRodape +' http://www.giselebundchen.com.br/'+arrayBrindesLinks[registro]);
			
	if(registro == 15 || registro == 16 || registro == 17){
		url = 'gisele_brindes_gidget_mostra.asp';
	}
	registro = this.arrayBrindes[registro]+'&registro='+registro;

	spnConteudo.style.display = 'block';
	loadXMLDoc(url,registro,secao);
}

function gravaEstatistica(registro){
	loadXMLDoc('gisele_grava_estatisticas.asp',registro,'popUp');
}
