function HTMLShopping(b,c){valores="IdAnuncioShopping="+b+"&IdCampanha="+c;var a=new AjaxLib();a.processa("/publicidade/redireciona.php","contabiliza",valores,"",ProcessaRetornoShopping,"POST")}function ProcessaRetornoShopping(op,resultadoXML){switch(op){case"contabiliza":valores="IdAnuncioShopping="+resultadoXML;var objAjax=new AjaxLib();objAjax.processa("/publicidade/shopping.class.php","HTMLDestino",valores,"",ProcessaRetornoShopping,"POST");break;case"HTMLDestino":var altura_pagina=document.body.offsetHeight;var largura_pagina=window.screen.width;if(altura_pagina<800){altura_pagina=2300}var left=eval((largura_pagina/2)-225);var top=document.documentElement.scrollTop;if(top==0){top=1200}top=eval(top+200);document.getElementById("AnuncioShopping").style.height="206px";document.getElementById("AnuncioShopping").style.width="450px";document.getElementById("AnuncioShopping").style.left=left+"px";document.getElementById("AnuncioShopping").style.top=top+"px";document.getElementById("AnuncioShoppingInterno").innerHTML=resultadoXML;document.getElementById("AnuncioShopping").style.display="";document.getElementById("BGShopping").style.height=altura_pagina+"px";document.getElementById("BGShopping").style.width=window.screen.width+"px";document.getElementById("BGShopping").style.display="";break}}function FechaAnuncioShopping(){document.getElementById("AnuncioShopping").style.display="none";document.getElementById("BGShopping").style.display="none"};