function abrirChat(address) { var width = 450; var height = 350; var esquerda = (screen.width/2) - (width/2); var topo = (screen.height/2) - (height/2); window.open(address + "/mysAtendimento.asp","MySupport","top="+topo+",left="+esquerda+",width="+width+",height="+height+",scrollbars=yes, menu=0,status=yes"); } function innerChat() { document.getElementById('chat').innerHTML = 'atendimento on-line'; } innerChat();