var atendimentoOnline = { abrir: function () { var width = 530; var height = 550; var left = ( screen.width/2 ) - width/2; var top = ( screen.height/2 ) - height/2; var sParametros = 'resizable=1,scrollbars=1,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top; window.open("http://chat.llafran.com.br/?departamento=0", "_blank", sParametros); }, departamentosOnline: function () { return { }; } }; showpresence( 'Offline' );