
  function openChat() {
    var oc = window.open("http://wos-team.ru/irc/chat.php", "openChat", "width=720,height=555");
    oc.focus();
  }
