function popup(url) {
  win = open(url,"popup","width=380,height=520,scrollbars=yes,dependent=yes,locationbar=no,menubar=no,resizeable=yes,status=no");
  win.focus();
}
