function verificaTamanho() { var imgWidth = document.getElementById('b37ea5aa5f3913f373db7e624f1a7a501').offsetWidth; if (imgWidth == 291) { escrevePopupChamada(); }else{ rejeitaChamado = ""; } } function retorna_banner(){ var strRet = "
"; return strRet; } function coloca_banner(s){ document.write("
"); } var rejeitaChamado = ""; function atualiza_banner() { var ran_number=Math.floor(Math.random()*10000); document.getElementById('b37ea5aa5f3913f373db7e624f1a7a501').src = "http://imochat.com.br/banner.php?caminho=7.png&los_sessao=37ea5aa5f3913f373db7e624f1a7a501&id=1067&los_page=Detalhe&rejeita="+rejeitaChamado+"&rand="+ran_number; } var statusPosicao = 300; function mostraChamado() { document.getElementById('chamadoDoCorretor').style.display = ''; if (statusPosicao == 0) { return true; } if (statusPosicao > -20) { statusPosicao = statusPosicao - 10; posicionaChamado(); setTimeout('mostraChamado()',10); }else{ mostraChamado2(); } } function mostraChamado2() { if (statusPosicao != 0) { statusPosicao = statusPosicao + 1; posicionaChamado(); setTimeout('mostraChamado2()',10); } } function posicionaChamado() { newH = document.body.scrollTop + document.getElementById('tamanhoTela').offsetHeight; newH = newH - 168; newH = newH + statusPosicao; newH = newH+"px"; document.getElementById('chamadoDoCorretor').style.top = newH; if (statusPosicao == 300) { document.getElementById('chamadoDoCorretor').style.display = 'none'; } } function abre_corretor(id,sessao,resposta,retorno){ // if (IsPopupBlocker()) { // alert('O seu navegador está com o bloqueador de popups ativo!\nPara abrir o chat com o corretor online será necessário desabilitá-lo'); // }else{ window.open('http://imochat.com.br/chamado.php?id='+id+'&se='+sessao+'&resp='+resposta+'&ret='+retorno,'chamado','width=400,height=500'); // } } /* function IsPopupBlocker() { var oWin = window.open("./manager/chat/chamado.php","testpopupblocker","width=100,height=50,top=0,left=0"); if (oWin==null || typeof(oWin)=="undefined") { return true; } else { oWin.close(); return false; } } */ function escrevePopupChamada() { var contPopup = ""; contPopup += "
"; contPopup += ""; // if (document.getElementById('chamadoDoCorretor')) { mostraChamado(); // }else{ // document.write(contPopup); // setTimeout("mostraChamado()", 500); // } }