﻿function CarregaAtendimento(Empreendimento,Referencia,Source) {
      JanelaAtendimento = window.open("http://www.mpdkc.com.br/atendimento/atendimento.asp?Empreendimento=" + Empreendimento + "&Referencia=" + Referencia + "&utm_source=" + Source + " - Origem: " + Referencia, "JanelaAtendimento", "width=623,height=440,left=10,top=10,statusbar=yes");
	  JanelaAtendimento.focus();
}
