function checaespacos(){ if (document.body && typeof(document.body.innerHTML) != 'undefined'){ chamaousuario(); } else { if (confirm('Navegador não suportado')) deixamensagem(); } } function deixamensagem(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-410)/2, topPos = (h-429)/2; janelaabertura=window.open("http://www.lojamestre.com.br/lojas/mestredemo1/atendimento/usuarioformulario.asp?status=offline","salaescolhida","toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=410,height=429,top=" + topPos + ",left=" + leftPos); janelaabertura.focus(); } function chamaousuario(){ var w = 640, h = 480; if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var leftPos = (w-410)/2, topPos = (h-429)/2; janelaabertura=window.open("http://www.lojamestre.com.br/lojas/mestredemo1/atendimento/usuariochamada.asp?ref=","salaescolhida","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=410,height=429,top=" + topPos + ",left=" + leftPos); janelaabertura.focus(); } document.write("");