/**
 * Open the chat in a popup window
 */
function chat_open(url) {
  window.open(url, "chat", "width=860,height=450,resizable=yes,location=0");
  //return false;
}
