function openChat(DeptChatID) { var path = "http://livehelp.licenciasonline.com/site/eShops/index.aspx?DeptChatID=" + DeptChatID; window.open(path, "", "location=0,status=0,scrollbars=0,width=600,height=220"); }