function popup(url) {
  pop=window.open(url,'popup','width=400,height=300,scrollbars=yes,resizable=no,status=no');
  pop.focus();
}