function abrirChat(){ var width = 450; var height = 350; var esquerda = (screen.width/2) - (width/2); var topo = (screen.height/2) - (height/2); window.open("mysAtendimento.asp","MySupport","top="+topo+",left="+esquerda+",width="+width+",height="+height+",scrollbars=yes, menu=0,status=yes"); } document.write(""); document.write(""); document.write("");